npx create-react-app命令不成功,更改成淘宝镜像
1、查看npm的镜像源
npm config get registry // 默认是:https://registry.npmjs.org/
2、修改成淘宝的镜像源
npm config set registry https://registry.npm.taobao.org
3、create-react-app
创建项目
npx create-react-app todolist // npx comes with npm 5.2+,可以直接使用 npx create-react-app // 也可以使用 npm init react-app todolist --需要 npm 6+
4、启动
cd todolist npm run start
1、路在何方?
路在脚下
2、何去何从?
每个人都在探索,未来的方向在何处。如果说某些方向是世人已经公认的,那么就先按照公认的去走吧(ps:站在巨人的肩膀上看世界会清晰)。
如果说方向,当今世人还不清晰准确。那么就大胆往前走吧,对与错并不重要。心中的方向更加重要。