构建react新应用的时候报个错

Error: [ebay-global-header@git://github.scm.corp.ebay.com/cubejs-ebay/ebay-global-header-node.git] Run "C:\Windows\system32\cmd.exe /d /s /c git clone git://github.scm.corp.ebay.com/cubejs-ebay/ebay-global-header-node.git C:\Program Files\nodejs\node_modules\my-app\node_modules\.tmp\8f89a1e0-92b7-488c-84ff-6709ee7e78eb" error, exit code 129
    at module.exports (C:\Users\PC_HelloWorld\AppData\Roaming\npm\node_modules\cnpm\node_modules\npminstall\lib\download\git.js:51:11)
    at module.exports.throw (<anonymous>)
    at onRejected (C:\Users\PC_HelloWorld\AppData\Roaming\npm\node_modules\cnpm\node_modules\co\index.js:81:24)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:169:7)
    
    

今天安装react的时候,就输入了这个,结果报了上述的错误,不知道如何解决!

npm install -g create-react-app
create-react-app my-app
阅读 1.4k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题