windows下Nodejs多版本切换
查看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 4 years ago
Was this helpful?