Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 358 Bytes

npm.常用命令.md

File metadata and controls

21 lines (13 loc) · 358 Bytes

npm 常用命令

淘宝镜像官网

npm config list // 查看配置
npm config set registry https://registry.npmmirror.com 

升级yarn

yarn config list
yarn config set npmRegistryServer https://registry.npm.taobao.org
yarn config set registry https://registry.npmmirror.com

yarn set version berry