如何在Windows中全局安装grunt?

时间:2017-09-21 16:11:11

标签: gruntjs

Windows :npm install -g grunt-cli
Windows :npm install grunt-contrib-jshint --save-dev
Windows :grunt
grunt command not found

如何在Windows系统上本地和全局安装grunt。

1 个答案:

答案 0 :(得分:1)

在windows中我们需要在windows环境变量中注册路径: -

C:\Users\Username\AppData\Roaming\npm

Close and open terminal(cmd,git-bash,etc)