首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >npm安装船帆-蒙戈-节省不工作

npm安装船帆-蒙戈-节省不工作
EN

Stack Overflow用户
提问于 2015-10-14 09:34:12
回答 1查看 578关注 0票数 1

我想在我的船帆项目中添加sails-mongo。但当我试图安装风帆-蒙戈(npm install sails-mongo --save)。它显示了错误:

代码语言:javascript
复制
~/newWebApp $ npm install sails-mongo --save

npm ERR! Linux 3.13.0-24-generic
npm ERR! argv "node" "/usr/bin/npm" "install" "sails-mongo" "--save"
npm ERR! node v0.10.37
npm ERR! npm  v3.3.3

npm ERR! Cannot set property 'lodash' of undefined
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>
npm ERR! Linux 3.13.0-24-generic
npm ERR! argv "node" "/usr/bin/npm" "install" "sails-mongo" "--save"
npm ERR! node v0.10.37
npm ERR! npm  v3.3.3

npm ERR! Cannot set property 'waterline-criteria' of undefined
npm ERR! 
npm ERR! If you need help, you may report this error at:

npm ERR! Linux 3.13.0-24-generic
npm ERR! argv "node" "/usr/bin/npm" "install" "sails-mongo" "--save"
npm ERR! node v0.10.37
npm ERR! npm  v3.3.3

npm ERR! Cannot set property 'waterline-errors' of undefined
npm ERR! 
npm ERR! If you need help, you may report this error at:

npm ERR! Linux 3.13.0-24-generic
npm ERR! argv "node" "/usr/bin/npm" "install" "sails-mongo" "--save"
npm ERR! node v0.10.37
npm ERR! npm  v3.3.3

npm ERR! Cannot set property 'fs-extra' of undefined
npm ERR! 
npm ERR! If you need help, you may report this error at:

npm ERR! Linux 3.13.0-24-generic
npm ERR! argv "node" "/usr/bin/npm" "install" "sails-mongo" "--save"
npm ERR! node v0.10.37
npm ERR! npm  v3.3.3

npm ERR! Cannot set property 'waterline-cursor' of undefined
npm ERR! 
npm ERR! If you need help, you may report this error at:


npm ERR! Please include the following file with any support request:
npm ERR!     /home/vgulp/newWebApp/npm-debug.log
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-10-15 11:38:41

这是因为sails-mongo (或它的依赖项)包与最新的npm不兼容。

sudo npm install npm@2.14.5 -g

然后跑

npm install sails-mongo --save

应该能解决你的问题。

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

https://stackoverflow.com/questions/33121673

复制
相关文章

相似问题

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