npm命令
node -v --查看版本
npm install --安装npm
npm config get registry --查看npm当前镜像
npm config set registry https://registry.npmmirror.com --设置淘宝镜像
npm版本管理工具
node -v --查看版本
npm install --安装npm
npm config get registry --查看npm当前镜像
npm config set registry https://registry.npmmirror.com --设置淘宝镜像
npm版本管理工具