0

我正在尝试在 ubuntu 12.10 上安装平均堆栈https://github.com/linnovate/mean,但在运行 npm install 时出现以下错误:

npm WARN cannot run in wd mean@0.1.0 bower install (wd=/var/www/mean)
npm WARN unmet dependency /var/www/mean/node_modules/bower/node_modules/bower-registry-client/node_modules/bower-config requires mout@'~0.6.0' but will load
npm WARN unmet dependency /var/www/mean/node_modules/bower/node_modules/mout,
npm WARN unmet dependency which is version 0.7.1
npm WARN unmet dependency /var/www/mean/node_modules/supertest/node_modules/superagent requires methods@'0.0.1' but will load
npm WARN unmet dependency /var/www/mean/node_modules/supertest/node_modules/methods,
npm WARN unmet dependency which is version 0.1.0

一直在寻找,但似乎无法找到解决方案......

4

1 回答 1

2

在 MacOS X 10.9 上有完全相同的问题。

设法通过将 Node 和 NPM 更新到最新版本 (v0.10.22) 来修复它,然后按照项目 GitHub 页面上的故障排除部分中的详细信息 - https://github.com/linnovate/mean#troubleshooting

希望有帮助。

于 2013-11-24T20:50:27.347 回答