npm
npm
简介
常用命令:
npm init
npm set
npm info
npm search
npm list
npm install
npm update npm uninstall
npm run
npm outdated
npm cache
npm 代理配置
(1)通过 config 配置指向国内镜像源
(2)通过 npm 命令指定下载源
(3)在配置文件 ~/.npmrc 文件写入源地址
全局安装新命令
Last updated