清理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
``
微信扫一扫
清理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
``
相关推荐