windows grunt: command not found
2018-12-10 本文已影响16人
知止至得
全局安装 grunt
grunt-cli
npm install grunt -g
npm install grunt-cli -g
查看node全局安装目录
npm config ls
这里也可以尝试自己配置目录
npm config set prefix D://npm/
将prefix目录添加到Windows环境变量中即可。
image.png image.png