Node Js
参考
使用淘宝镜像
查看npm的镜像源
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.org
create-react-app创建项目
npx create-react-app myapp
Last updated
Was this helpful?