Npm 无法创建react应用程序。。IdealTree导致问题并给出超时

Npm 无法创建react应用程序。。IdealTree导致问题并给出超时,npm,proxy,node-modules,create-react-app,http-proxy,Npm,Proxy,Node Modules,Create React App,Http Proxy,我尝试创建react应用程序。但在idealTree之后,它会暂停一段时间,显示超时 试用 npm config set https-proxy https://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080 npm cache clean --force npm config set strict-ssl false npm config set registry "ht

我尝试创建react应用程序。但在idealTree之后,它会暂停一段时间,显示超时

试用

npm config set https-proxy https://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080
npm cache clean --force
npm config set strict-ssl false
npm config set registry "http://registry.npmjs.org/"
Tried by  removing 'package-lock.json' file from directory
npm install --legacy-peer-deps
npm install --save --legacy-peer-deps
npm install -g create-react-app
npx create-react-app hello-world
然后,在我使用我的公司系统时,还尝试了两个带密码和不带密码的代理。 我的节点v15.2.0 我的npm 7.0.8

什么都没用。 但是错误已经改变了

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: @babel/core@7.12.3
npm ERR! node_modules/@babel/core
npm ERR!   @babel/core@"7.12.3" from react-scripts@4.0.3
npm ERR!   node_modules/react-scripts
npm ERR!     react-scripts@"*" from the root project
npm ERR!   @babel/core@"^7.12.3" from @svgr/webpack@5.5.0
npm ERR!   node_modules/@svgr/webpack
npm ERR!     @svgr/webpack@"5.5.0" from react-scripts@4.0.3
npm ERR!     node_modules/react-scripts
npm ERR!       react-scripts@"*" from the root project
npm ERR!   9 more (babel-jest, babel-loader, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @babel/core@"^7.13.0" from @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12
npm ERR! node_modules/@babel/preset-env/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
npm ERR!   @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@"^7.13.12" from @babel/preset-env@7.13.15
npm ERR!   node_modules/@babel/preset-env
npm ERR!     @babel/preset-env@"^7.12.1" from @svgr/webpack@5.5.0
npm ERR!     node_modules/@svgr/webpack
npm ERR!       @svgr/webpack@"5.5.0" from react-scripts@4.0.3
npm ERR!       node_modules/react-scripts
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\******\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\******\AppData\Local\npm-cache\_logs\2021-04-09T14_17_35_962Z-debug.log

Aborting installation.
  npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.

Deleting generated file... package.json
Deleting mongo / from C:\Users\******
Done.
npm ERR! code 1
npm ERR! path C:\Users\******
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c "create-react-app "mongo""

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\******\AppData\Local\npm-cache\_logs\2021-04-09T14_17_36_127Z-debug.log
除了这个,谁能提出别的建议吗