永久更換npm映象位址

2021-08-20 14:03:54 字數 341 閱讀 1804

由於我的node是綠色版,每次重裝完系統後,只需要把環境變數指向node的目錄即可,所以想一勞永逸的把npm的源更換掉

要修改的目標檔案:

%node_path%/node_modules/npm/lib/config/defaults.js

要修改的屬性:defaults.registry,或者搜尋:字元

修改為:

#檢視配置

npm config ls -l

#驗證是否生效

npm config get registry

npm修改或切換映象位址

npm config edit直接修改registry的位址 sass binary site phantomjs cdnurl electron mirror registry npm config set registry這段 即將映象改為 映象 安裝nrm npm install g nrm ...

pip永久更換源

映象源 清華 阿里雲 中國科技大學 豆瓣 操作方法 linux下 vi pip pip.conf 表示是隱藏資料夾 複製如下內容 global index url install trusted host mirrors.aliyun.com 如果儲存時出現 pip pip.conf e212 ca...

npm映象更改

npm install g nrmnrm ls可以看到有下列映象 npm官方映象 npm yarn cnpm映象 cnpm 映象,帶 表示使用的是 映象 taobao nj npmmirror edunpm 切換映象只需要使用nrm use 映象名稱就可以切換映象 切換為 映象 nrm use ta...