npx create-react-app 似乎不起作用

H-B*_*Bar 3 node.js npm reactjs create-react-app npx

我正在尝试通过运行以下命令来创建 React 应用程序样板

npx create-react-app my-app

我收到以下错误

npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\dejean\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\dejean\AppData\Roaming\npm'   
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\dejean\AppData\Local\npm-cache\_logs\2023-06-27T18_53_22_682Z-debug-0.log

Run Code Online (Sandbox Code Playgroud)

我使用节点 18.16.1 和 npm 9.5.1

小智 13

运行 npm install -g npm 升级节点包管理器