0%

Hexo: Command not found

Problem

bash: hexo: command not found

Solution

Step 1. Add environment variables
Add D:\Blog\node_modules\.bin to path.
If not working, then step 2.

Step 2. install hexo

  • go to D:\Blog\
  • git bash here
  • npm i -g hexo-cli
-------------End of blogThanks for your reading-------------