npx-create-react-app-报错

问题如:

解决

先清理 npm 缓存, 以确保没有过时或损坏的缓存文件:

1
npm cache clean --force

更新 create-react-app 到最新版本:

1
npm install create-react-app

再运行:

1
npx create-react-app hello-react

此时 ok:


npx-create-react-app-报错
http://example.com/2024/07/12/npx-create-react-app-报错/
作者
Jie
发布于
2024年7月12日
许可协议