error Received malformed response from registry for undefined. The registry may be down.

安裝React Native
執行react-native init RNDemo
出現報錯
error Received malformed response from registry for undefined. The registry may be down.
解決方法
npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章