发布于 

Node.js基础

一、Node.js

(一)常用命令

更改仓库

这里使用淘宝镜像

npm config set registry https://registry.npm.taobao.org

查看当前仓库

npm config get registry