PS E:\新文件夹> npx create-react-app my-app 需要安装以下软件包:create-react-app 确定继续吗?(y) y
您正在运行create-react-app4.0.3,它落后于最新版本 (5.0.0)。
我们不再支持 Create React App 的全局安装。
请使用以下命令之一删除所有全局安装:
创建新应用程序的最新说明可以在这里找到: https ://create-react-app.dev/docs/getting-started/

reactjs ×1