0
点赞
收藏
分享

微信扫一扫

创建create-react-app失败

微言记 2022-04-22 阅读 117
前端
清理npx 缓存
---->  npx clear-npx-cache

npm uninstall -g create-react-app 

yarn global remove create-react-app
npx create-react-app my-app
cd my-app
npm start

``

举报

相关推荐

0 条评论