使用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,成功