Install newer version of grunt
我在stackoverflow提交此问题,一个人回答现在我想安装一个较新版本的grunt?
It seems like that patch isn't in a release that has been pushed to npm yet. So you need to grab the master version from github.
npm uninstall grunt
npm install https://github.com/gruntjs/grunt/archive/master.tar.gz
Or the shorter version as mentioned in the comments:
npm install gruntjs/grunt
链接地址: http://www.djcxy.com/p/27640.html
下一篇: 安装更新版本的grunt