windows grunt: command not found

全局安装 grunt grunt-cli

npm install grunt -g
npm install grunt-cli -g

查看node全局安装目录

npm config ls

image.png

这里也可以尝试自己配置目录
npm config set prefix D://npm/

将prefix目录添加到Windows环境变量中即可。

image.png
image.png

你可能感兴趣的:(windows grunt: command not found)