create-react-app 創建項目遇到的問題


使用create-react-app創建項目,出現錯誤:

AttributeError: 'MSVSProject' object has no attribute 'iteritems' gyp ERR! configure error gyp ERR! stack Error: gyp failed with exit code: 1

。。。。

忘了截圖了

出現問題的環境是:Node-v6.10.2  npm-v5.0.3

谷歌了下,在github上node-gyp issue上看到出現同樣問題的,應該是npm版本的問題

回退npm版本

npm install -g npm@3.8.9

在用create-react-app,成功

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。