跳至主要內容
npm 常用知识点

npm

下载:https://nodejs.org/en

环境

npm是nodejs中进行包管理的工具;

  • 安装Node.js
  • 配置npm
npm config set registry https://registry.npmmirror.com  //设置国内镜像源
npm config get registry  //查看镜像源

Cactus li原创...小于 1 分钟npmnpm