新建react项目

184 阅读1分钟
1.佛跳墙
2.npx create-react-app my-app
3.然后cd my-app
npm start 之后大概率报错
4.这个时候不慌npm run eject
然后npm start解决问题