今天学习 yeoman 来构建 angular 项目 ,我也不知道这个问题该放在哪个节点 ,想应该是nodejs 的节点吧,如果发错节点请大家包涵。
yeoman 创建app :
$ yo angular main
报如下错误 :
[email protected] node_modules/karma-ng-html2js-preprocessor
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: connect ETIMEDOUT
at errnoException (net.js:884:11)
at Object.afterConnect [as oncomplete] (net.js:875:19)
npm ERR! weird error 8
events.js:72
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT
at errnoException (net.js:884:11)
at Object.afterConnect [as oncomplete] (net.js:875:19)
events.js:72
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT
at errnoException (net.js:884:11)
at Object.afterConnect [as oncomplete] (net.js:875:19)
events.js:72
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT
at errnoException (net.js:884:11)
at Object.afterConnect [as oncomplete] (net.js:875:19)
npm ERR! not ok code 0
本人对node不熟,不知道该如何解决这个问题,请大家帮帮忙,谢谢。