1. 程式人生 > >npm安裝react native元件出錯

npm安裝react native元件出錯

使用npm安裝rn元件,報錯。使用yarn add 也失敗。

If you are behind a proxy, please make sure that the
npm ERR! network ‘proxy’ config is set properly. See: ‘npm help config’

錯誤資訊如下

錯誤資訊

解決方法

    npm config get proxy
    npm config rm proxy
    npm config rm https-proxy

如果還安裝失敗

    使用http代替https(taobao映象也可以,根據自己需求)
    npm config set registry http://registry.npmjs.org/

使用 npm install eslint –save-dev報錯:
這裡寫圖片描述

解決方法

    npm set registry http://registry.npmjs.org

然後再執行npm的相關命令