Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 stackoverflow 中提交了这个问题,有人回答现在我想安装更新版本的 grunt?
似乎该补丁尚未在已推送到 npm 的版本中。所以你需要从 github 获取主版本。
npm uninstall grunt npm install https://github.com/gruntjs/grunt/archive/master.tar.gz
或评论中提到的较短版本:
npm install gruntjs/grunt