下面是我尝试创建React应用程序时运行的命令和产生的错误日志。以前我已经能够使用命令$ npxcreate-react-app成功运行它三次,但现在每次我运行它时,它都不起作用,而是返回一个与ES模块相关的错误。npx: installed 99 in 7.591s
Must use import to load ES Module: /Users/(use
当我在命令行界面中运行create-react-app时,我得到以下错误消息:internal/modules/cjs<anonymous> (/usr/local/lib/node_modules/create-react-app/createReactApp.js:40:12)
at Module._load (int
我尝试使用npm i create-react-app、npxcreate-react-app new-app和npm init react-app new-app安装create-react-app,但一直收到以下错误消息:
You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).
我使用的是npxcreate-react-app React-app命令,但它显示了以下错误。You are running `create-react-app` 4.0.1, which is behind the latest release (5.0.1).我试过npx create-react-app@5.0.1 React-app,但它也不起作用。
我已经更新了npm和节点的版本。