npm 的 .npmrc 文件在哪裏?緩存及全局包文件在什麼位置?

前段時間,在git下載下來的項目,執行npm install時,頻繁的報某一個包丟失,安裝了相應的包以後,還會報其餘的錯誤。同事幫忙,刪除了npm緩存文件夾以後,從新執行npm install,OK了。特此對npm的配置狀況坐下總結。html

.npmrc配置文件

快捷修改.npmrc配置文件

npm config edit

.npmrc配置文件地址node

npm config list

npm緩存目錄

npm config get cache

npm全局node包位置

npm config get prefix

或者git

npm root -g

修改npm全局文件位置及緩存文件位置

npm config set prefix "<new_path>"
npm config set cache "<new_path>"

參考

https://newsn.net/say/npm-whe...npm

相關文章
相關標籤/搜索