安裝好了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,翻牆吧少年。
然後再重新建構應用。
如果你之前安裝的是對的話,問題應該是出在少模組上,你試試npm install
bower install
了沒