npm
环境
npm是nodejs中进行包管理的工具;
- 安装
Node.js
- 配置npm
npm config set registry https://registry.npmmirror.com //设置国内镜像源
npm config get registry //查看镜像源
原创2024年4月2日...小于 1 分钟
npm是nodejs中进行包管理的工具;
Node.js
npm config set registry https://registry.npmmirror.com //设置国内镜像源
npm config get registry //查看镜像源