create-react-app问题整理

无法使用npx创建新的react应用程序时,可以尝试:

1、 npm cache clean --force
2、 npm cache verify
3、 npx clear-npx-cache以清除npx缓存。
4、 npx create-react-app your-app or npx create-react-app@latest my-app --use-npm

posted @ 2022-04-28 10:26  千里不流行  阅读(17)  评论(0编辑  收藏  举报