angular.js - grunt serve 无法启动
淡淡烟草味
淡淡烟草味 2017-05-15 16:51:52
0
2
707

安装好了yeoman了,也构建了一个angular应用骨架
现在想要把WEB页面跑起来,然后执行grunt serve
就出现如下错误:

Loading "jshint.js" tasks...ERROR
>>Error: Cannot find module 'lodash'
Loading "cdnify.js" tasks...ERROR
>>Error: Cannot find module '../function/makeIterator_'
...
Running "wiredep:app" <wiredep> task
Warning: Cannot find module './lang/clone' Use --force to continue.
Aborted due to warnings.

怎么解决?

补充问题,如果执行npm install,会出现如下:

-------------------------------解决方法------------------------------

昨天踩了一天坑,坚持不懈地查资料,发现……应该是需要安装的某些模块被墙了。
这个时候可以采取手动安装模块的方法:
npm install [module-name]
详情各种安装NPM包的方法
但就算这样,也还是有一个错误无法解决。

终极解决方案是——买个VPN,翻墙吧少年。
然后再重新构建应用。

淡淡烟草味
淡淡烟草味

reply all(2)
小葫芦

If you installed it correctly before, the problem should be that there are too few modules. Try npm install

黄舟

bower installAre you gone

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template