Yeoman发电机 - 发电机在运行时发出错误

时间:2013-12-05 08:44:39

标签: yeoman yeoman-generator

我正在使用WindowsXP并尝试创建我的第一个yeoman角度项目

我安装了npm,yo,grunt-cli,generator-generator等。

我跑的时候

 yo generator

我正在流动错误

  

D:\ OpenSource \ html \ generator-jbake> yo generator

 _-----_
|       |
|--(o)--|   .--------------------------.    `---------'  |    Welcome to Yeoman,    |
( _'U`_ )   |   ladies and gentlemen!  |
/___A___\   '__________________________'
 |  ~  |    __'.___.'__  '   `  |° ' Y `
     

[?]你介意在GitHub上告诉我你的用户名吗?拉吉[?]   你的发电机的基本名称是什么? jbake

     

C:\ Documents and Settings \ hegdera \ Application   数据\ NPM \ node_modules \发电机 - 发电机\应用\ index.js:38         扔错了;               ^ 2636:错误:140770FC:SSL例程:SSL23_GET_SERVER_HELLO:未知   协议:OpenSSL的\ SSL \ s23_clnt.c:766:

at Object.proto.sendError (C:\Documents and Settings\hegdera\Application
     

数据\ NPM \ node_modules \发电机 - 发电机\ node_modules \ github上\ API \ V3.0.0 \ index.js:30:19)       在C:\ Documents and Settings \ hegdera \ Application Data \ npm \ node_modules \ generator-generator \ node_modules \ github \ api \ v3.0.0 \ user.js:36:29       在ClientRequest。 (C:\ Documents and Settings \ hegdera \ Application   数据\ NPM \ node_modules \发电机 - 发电机\ node_modules \ github上\ index.js:719:17)       在ClientRequest.EventEmitter.emit(events.js:95:17)       在CleartextStream.socketErrorListener(http.js:1547:9)       在CleartextStream.EventEmitter.emit(events.js:95:17)       在SecurePair。 (tls.js:1392:15)       在SecurePair.EventEmitter.emit(events.js:95:17)       在SecurePair.error(tls.js:1012:27)       在CleartextStream.read [as _read](tls.js:457:17)

任何人都告诉我什么是问题?

1 个答案:

答案 0 :(得分:0)

我在本地安装了generator-generator并运行了相同的命令" yo generator "并且运作良好

我在 Windows XP 节点v0.10.26,yo v1.3.2 上进行了测试。

您遇到的错误有一些与proxy / ssl设置相关的问题。阅读this& this它可能有助于解决它。