天天看點

NPM安裝CNPM報錯Cannot read property ‘startsWith‘ of null in npm install

NPM安裝CNPM報錯Cannot read property ‘startsWith’ of null in npm install解決方法

NPM安裝CNPM報錯Cannot read property ‘startsWith‘ of null in npm install

先執行下面三句代碼

npm set registry https://registry.npm.taobao.org # 注冊子產品鏡像
npm set disturl https://npm.taobao.org/dist # node-gyp 編譯依賴的 node 源碼鏡像
npm cache clean --force # 清空緩存
           

然後重新安裝即可

npm install -g cnpm --registry=https://registry.npm.taobao.org

           
NPM安裝CNPM報錯Cannot read property ‘startsWith‘ of null in npm install

繼續閱讀