Windows :npm install -g grunt-cli
Windows :npm install grunt-contrib-jshint --save-dev
Windows :grunt
grunt command not found如何在windows系统上本地和全局安装grunt。
发布于 2017-09-22 17:05:32
在windows中,我们需要在windows环境变量中注册路径:-
C:\Users\Username\AppData\Roaming\npm
Close and open terminal(cmd,git-bash,etc)https://stackoverflow.com/questions/46348634
复制相似问题