error to start
See original GitHub issuenpx create-react-app my-app
node:internal/bootstrap/switches/does_own_process_state:126
cachedCwd = rawMethods.cwd();
^
Error: ENOENT: no such file or directory, uv_cwd at process.wrappedCwd (node:internal/bootstrap/switches/does_own_process_state:126:28) at process.cwd (/usr/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:10:19) at new Config (/usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js:92:19) at new <anonymous> (/usr/lib/node_modules/npm/lib/npm.js:83:19) at Object.<anonymous> (/usr/lib/node_modules/npm/lib/npm.js:71:30) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions…js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) { errno: -2, code: ‘ENOENT’, syscall: ‘uv_cwd’ }`
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top GitHub Comments
Hi @chunaj17, It is not able to find the file/directory. Just try closing your code editor window and open it again and then try running the command in terminal. Let us know how it goes.
On Fri, 2 Sep 2022 at 7:32 PM, Ayub Njambuya @.***> wrote:
So the problem might be the space?