nodejs
...小于 1 分钟
nodejs
npm 更换淘宝镜像源
- 默认源
npm config set registry https://registry.npmjs.org- 设成淘宝的:
npm config set registry https://registry.npmmirror.com- 换成原来的
npm config set registry https://registry.npmjs.org/- 配置后通过以下方法验证是否成功:
npm config get registry