1

尝试使用Angular-Fullstack,创建了一个新网站,但是在bower install执行时它只是默默地退出并显示一条消息:

bower                 MODULE_NOT_FOUND Cannot find module 'intersect'

我的版本:

srv-node-hub@orion:~/app$ node -v
v0.10.32
srv-node-hub@orion:~/app$ npm -v
2.1.2
srv-node-hub@orion:~/app$ bower -v
1.3.12

我看到了另一个这样的问题,但它的解决方案对我不起作用。

4

1 回答 1

0

I also ran into that. Still no idea of what caused the problem, but what made the trick for me was simply to install intersect globally by running:

npm install -g intersect



Hope that helps.

于 2014-10-13T09:55:31.820 回答