本地grunt安装会出错

时间:2017-08-21 19:34:21

标签: node.js npm gruntjs

npm install -g grunt-cli   //done successfully

npm install grunt --save --only=dev   

给出以下错误

    (node:11000) fs: re-evaluating native module sources is not supported. If 
you are using the graceful
-fs module, please update it to a more recent version.
npm WARN prefer global coffee-script@1.10.0 should be installed with -g
project@1.0.0 C:\Users\Live\Desktop\node grunt\final
`-- (empty)
npm WARN project@1.0.0 No repository field.
npm ERR! code 1

尝试卸载grunt-cli,清理npm缓存,然后重新安装,但问题仍然存在。

1 个答案:

答案 0 :(得分:1)

好的简短回顾:

  1. 如有疑问,请移除node_modules并使用npm install
  2. 重新安装所有软件包
  3. 如果这不起作用,请尝试通过执行npm并重做步骤1来更新npm update -g npm
  4. 如果这没有解决您的问题,请尝试使用nvmn升级到其他NodeJS版本。