Skip to content

npm

目录

常用命令

bash

# 设置代理
npm config set proxy http://xx

# 取消代理
npm config delete proxy
npm config delete https-proxy

# 查看配置
npm config list

# 查看使用源
npm config get registry

# 更新包
npm update

Copyright © 2022 田园幻想乡 浙ICP备2021038778号-1