npm的配置管理及设置代理
npm获取配置有6种方式,优先级由高到底。
npm获取配置有6种方式,优先级由高到底。针对npm配置的命令行操作
npm config set <key> <value> [--global]
npm config get <key>
npm config delete <key>
npm config list
npm config edit
npm get <key>
npm set <key> <value> [--global]为npm设置代理
Last updated