yarn配置阿里源

2021-10-05 06:05:36 字數 1080 閱讀 1815

1、檢視一下當前源

yarn config get registry

2、切換為**源

yarn config set registry

yarn config set sass_binary_site ""

yarn config set phantomjs_cdnurl ""

yarn config set electron_mirror ""

yarn config set sqlite3_binary_host_mirror ""

yarn config set profiler_binary_host_mirror ""

yarn config set chromedriver_cdnurl ""

改yarn的全域性安裝和快取位置

在cmd命令列中執行

1.改變 yarn 全域性安裝位置

$ yarn config set global-folder "你的磁碟路徑"

12.然後你會在你的使用者目錄找到 .yarnrc 的檔案,開啟它,找到 global-folder ,改為 --global-folder

$ yarn config set global-folder "d:\software\yarn\global"

1#這裡是我的路徑

2. 改變 yarn 快取位置

#yarn config set cache-folder "你的磁碟路徑"

#這裡是我的路徑

#在我們使用 全域性安裝 包的時候,會在 「d:\software\yarn\global」 下 生成 node_modules\.bin 目錄

$ yarn config set cache-folder "d:\software\yarn\cache"

我們需要將 d:\software\yarn\global\node_modules.bin 整個目錄 新增到系統環境變數中去,否則通過yarn 新增的全域性包 在cmd 中是找不到的。

檢查當前yarn 的 bin的 位置

$ yarn global bin

1檢查當前 yarn 的 全域性安裝位置

$ yarn global dir

安裝yarn修改npm源以及yarn源

前提是安裝好了node環境,如果未安裝請先部署node環境 sudo npm install g yarn 安裝yarn 終端執行 nrm 是乙個 npm 源管理器,允許你快速地在如下 npm 源間切換 npm install g nrm 全域性安裝nrmyrm 是乙個 yarn源管理器,允許你快速...

apt get 詳解 配置阿里源

1 複製原檔案備份 sudo cp etc apt sources.list etc apt sources.list.bak 2 編輯源列表檔案 sudo vim etc apt sources.list 3 將原來的列表刪除,新增如下內容 4 執行sudo apt get update 5 執行...

Centos 6 7配置阿里源

root test yum.repos.d cat etc issue 檢視系統版本 centos release 6.7 final kernel r on an m root test yum.repos.d ls centos6 base 163.repo.bak centos base.re...