Reactjs ';npx创建react应用程序';不工作(缺少依赖项)

Reactjs ';npx创建react应用程序';不工作(缺少依赖项),reactjs,create-react-app,Reactjs,Create React App,我不知道如何解决这个依赖性问题。几个月前,我确实使用了CreateReact应用程序,没有任何问题 Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts... PS C:\Users\me\Desktop\React> npx create-react-app my-app Creating a new React app in C:

我不知道如何解决这个依赖性问题。几个月前,我确实使用了CreateReact应用程序,没有任何问题

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
PS C:\Users\me\Desktop\React> npx create-react-app my-app

Creating a new React app in C:\Users\me\Desktop\React\my-app.

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

npm ERR! code ETARGET
npm ERR! notarget No matching version found for confusing-browser-globals@^1.0.9
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'eslint-config-react-app'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\me\AppData\Roaming\npm-cache\_logs\2019-09-24T11_36_58_826Z-debug.log
试试这个

npm install

npm start

这是
npm启动
还是
npm安装
的输出?