我尝试使用npm i create-react-app、npx create-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).
\Users\Olususi Victor\Documents>cd react folder
You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1).Please remove any global installs with one of the following commands:
当我尝试运行一个简单的npx create-react-app时,我收到了这个错误:npx: installed 67 in 4.255s\AppData\Roaming\npm-cache\_npx\17768\node_modules\create-react-app\createReactApp.js:407:19 at install (C:\Users\Gilang
我不能使用npx create-react-app <projectname>创建我的react项目。控制台给出了以下内容: Must use import to load ES Module: C:\Users\user\AppData\Roaming\npm-cache\_npx\4536\node_modules() of C:\Users\user\AppData\Roaming\npm-cache\_npx\4536\node_modules\create-react-app\node_modules
我尝试使用npx create-react-app my-appYou are running `create-react-app` 4.0.0, which is behind thePlease remove any global installs with one of the following commands:
The late