VScode中node.js相關(guān)
1.npm
1.1 修改NPM鏡像
npm config set registry https://registry.npm.taobao.org
1.2 查看你npm 配置信息
npm config list
2.yarn
2.1 查看鏡像源
yarn config get registry
2.2 修改yarn鏡像源
yarn config set registry https://registry.npm.taobao.org
2.3 查看yarn配置信息
yarn config list
posted on 2021-12-27 18:25 土撥鼠公主 閱讀(48) 評(píng)論(0) 收藏 舉報(bào)
浙公網(wǎng)安備 33010602011771號(hào)