Node Js
参考
使用淘宝镜像
npm config get registry // 默认是:https://registry.npmjs.org/ // http://repo.inspur.com/artifactory/api/npm/iop-npm-virtual/npm config set registry https://registry.npm.taobao.orgnpx create-react-app myapp
Last updated
npm config get registry
// 默认是:https://registry.npmjs.org/
// http://repo.inspur.com/artifactory/api/npm/iop-npm-virtual/npm config set registry https://registry.npm.taobao.orgnpx create-react-app myappLast updated