前段時間,在git下載下來的項目,執行npm install
時,頻繁的報某一個包丟失,安裝了相應的包以後,還會報其餘的錯誤。同事幫忙,刪除了npm緩存文件夾以後,從新執行npm install
,OK了。特此對npm的配置狀況坐下總結。html
.npmrc
配置文件.npmrc
配置文件npm config edit
.npmrc
配置文件地址node
npm config list
npm config get cache
npm config get prefix
或者git
npm root -g
npm config set prefix "<new_path>" npm config set cache "<new_path>"