天天看點

拿别人的vue3.0項目怎麼運作呢?報錯資訊·:npm ERR! Cannot read properties of null (reading ‘pickAlgorithm‘) npm ERR!

作者:陳業貴 華為雲享專家 51cto(專家部落客 明日之星 TOP紅人) 阿裡雲專家部落客

第一步:

下載下傳淘寶鏡像.(注意:再node環境下做的哦)

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

第二步:

檢視cnpm是否真安裝成功

cnpm -v      

第三步:

清除緩存

npm cache clear --force      

第四步:

安裝依賴

npm install      

第五步:

運作項目·

npm run serve      
拿别人的vue3.0項目怎麼運作呢?報錯資訊·:npm ERR! Cannot read properties of null (reading ‘pickAlgorithm‘) npm ERR!

注意一:

拿别人的vue3.0項目怎麼運作呢?報錯資訊·:npm ERR! Cannot read properties of null (reading ‘pickAlgorithm‘) npm ERR!

ERR代表安裝失敗哦

注意二: