剛試寫了一個react的項目,爲了體驗一下react全家桶使用了 redux,可是redux想要配合react使用還須要 react-redux。react
安裝命令: npm install react-redux --save git
可是在安裝react-redux的時候遇到了一個問題,安裝失敗,報錯以下github
npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://github.com/npm/npm/issues npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\AppData\Roaming\npm-cache_logs\2018-01-03T03_19_40_198Z-debug.log Error: fatal error!
而後google了很久也沒找到確切的答案,最後怒從心頭起,惡向膽邊生,直接在package.json的dependencies字段裏面手動加了這個 "react-redux": "^5" 而後執行 npm install npm
這樣就安裝成功了。json
至於具體的緣由尚不瞭解。redux