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
无法使用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