After installing grunt with the command npm install -g grunt-cli npm install -g grunt
Run the command grunt -v or grunt and it keeps prompting that 'grunt' is not an internal or external command, nor is it an operable program...
This is my environment variable configuration
習慣沉默2017-05-15 16:57:43
Cannot be installed globally grunt
值要安装 grunt-cli
就可以了,然后在 %AppData%Roamingnpm
会生成一个 grunt.cmd
It means the installation is successful.
伊谢尔伦2017-05-15 16:57:43
Guess: path
The semicolon in the path won’t be a Chinese semicolon, right?
PHP中文网2017-05-15 16:57:43
Open
C:\Users(用户)\你的用户名\.npmrc
Change this file
to
prefix=C:\Program Files\nodejs\node_modules
cache=C:\Program Files\nodejs\node_cache
registry = http://registry.cnpmjs.org
The first two are the two folders under the node installation path