首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >npm安装错误darwin

npm安装错误darwin
EN

Stack Overflow用户
提问于 2015-03-09 04:57:53
回答 1查看 1.9K关注 0票数 1

我试图从终端运行这段代码:"npm install",但是收到了这个错误。我该如何解决这个问题呢?我试过这个https://www.youtube.com/watch?v=bxvybxYFq2o,但似乎对我的问题不起作用。谢谢

代码语言:javascript
复制
npm install
npm WARN engineStrict Per-package engineStrict (found in package.json for gulp-concat)
npm WARN engineStrict won't be used in npm 3+. Use the config setting `engine-strict` instead.
npm WARN engineStrict Per-package engineStrict (found in package.json for gulp)
npm WARN engineStrict won't be used in npm 3+. Use the config setting `engine-strict` instead.
npm WARN engineStrict Per-package engineStrict (found in package.json for vinyl-fs)
npm WARN engineStrict won't be used in npm 3+. Use the config setting `engine-strict` instead.
npm ERR! Darwin 12.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.0
npm ERR! npm  v2.7.0

npm ERR! null == true

EN

回答 1

Stack Overflow用户

发布于 2015-07-14 02:05:59

您应该更改您的package.json。只需将"engineStrict“更改为"engine-strict”,它就会对我的项目起作用。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28931804

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档