weird react problem

I just downloaded NodsJs and tried to write this code in VSC terminal and this showed to me
PS D:\New folder> npx create-react-app my-app
npm error code ENOENT
npm error syscall lstat
npm error path C:\Users\saieh\AppData\Roaming\npm
npm error errno -4058
npm error enoent ENOENT: no such file or directory, lstat 'C:\Users\saieh\AppData\Roaming\npm'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_27_23_786Z-debug-0.log
PS D:\New folder>
PS D:\New folder> npx create-react-app my-app
npm error code ENOENT
npm error syscall lstat
npm error path C:\Users\saieh\AppData\Roaming\npm
npm error errno -4058
npm error enoent ENOENT: no such file or directory, lstat 'C:\Users\saieh\AppData\Roaming\npm'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_27_23_786Z-debug-0.log
PS D:\New folder>
No description
9 Replies
missymae
missymae2mo ago
Oh, I think that's because of the folder name. If I remember right, you can't start a new package in a folder with a Capital letter or space. So you can try in
new-folder
new-folder
but not
New folder
New folder
محمد
محمد2mo ago
let me try one sec still it didn't work
ἔρως
ἔρως2mo ago
can you send the log?
محمد
محمد2mo ago
how
0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
1 info using [email protected]
2 info using [email protected]
3 silly config load:file:C:\Program Files\nodejs\node_modules\npm\npmrc
4 silly config load:file:D:\new-folder\.npmrc
5 silly config load:file:C:\Users\saieh\.npmrc
6 silly config load:file:C:\Users\saieh\AppData\Roaming\npm\etc\npmrc
7 verbose title npm exec create-react-app my-app
8 verbose argv "exec" "--" "create-react-app" "my-app"
9 verbose logfile logs-max:10 dir:C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_36_15_996Z-
10 verbose logfile C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_36_15_996Z-debug-0.log
11 silly logfile done cleaning log files
12 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
13 http fetch GET 200 https://registry.npmjs.org/create-react-app 417ms (cache revalidated)
14 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
15 verbose stack Error: ENOENT: no such file or directory, lstat 'C:\Users\saieh\AppData\Roaming\npm'
15 verbose stack at async lstat (node:internal/fs/promises:1021:18)
15 verbose stack at async #loadActual (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\load-actual.js:112:20)
15 verbose stack at async exec (C:\Program Files\nodejs\node_modules\npm\node_modules\libnpmexec\lib\index.js:207:26)
15 verbose stack at async Npm.exec (C:\Program Files\nodejs\node_modules\npm\lib\npm.js:207:9)
15 verbose stack at async module.exports (C:\Program Files\nodejs\node_modules\npm\lib\cli\entry.js:74:5)
16 error code ENOENT
17 error syscall lstat
18 error path C:\Users\saieh\AppData\Roaming\npm
19 error errno -4058
20 error enoent ENOENT: no such file or directory, lstat 'C:\Users\saieh\AppData\Roaming\npm'
21 error enoent This is related to npm not being able to find a file.
21 error enoent
22 verbose cwd D:\new-folder
23 verbose os Windows_NT 10.0.22631
24 verbose node v20.17.0
25 verbose npm v10.8.2
26 verbose exit -4058
27 verbose code -4058
28 error A complete log of this run can be found in: C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_36_15_996Z-debug-0.log
0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
1 info using [email protected]
2 info using [email protected]
3 silly config load:file:C:\Program Files\nodejs\node_modules\npm\npmrc
4 silly config load:file:D:\new-folder\.npmrc
5 silly config load:file:C:\Users\saieh\.npmrc
6 silly config load:file:C:\Users\saieh\AppData\Roaming\npm\etc\npmrc
7 verbose title npm exec create-react-app my-app
8 verbose argv "exec" "--" "create-react-app" "my-app"
9 verbose logfile logs-max:10 dir:C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_36_15_996Z-
10 verbose logfile C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_36_15_996Z-debug-0.log
11 silly logfile done cleaning log files
12 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
13 http fetch GET 200 https://registry.npmjs.org/create-react-app 417ms (cache revalidated)
14 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
15 verbose stack Error: ENOENT: no such file or directory, lstat 'C:\Users\saieh\AppData\Roaming\npm'
15 verbose stack at async lstat (node:internal/fs/promises:1021:18)
15 verbose stack at async #loadActual (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\load-actual.js:112:20)
15 verbose stack at async exec (C:\Program Files\nodejs\node_modules\npm\node_modules\libnpmexec\lib\index.js:207:26)
15 verbose stack at async Npm.exec (C:\Program Files\nodejs\node_modules\npm\lib\npm.js:207:9)
15 verbose stack at async module.exports (C:\Program Files\nodejs\node_modules\npm\lib\cli\entry.js:74:5)
16 error code ENOENT
17 error syscall lstat
18 error path C:\Users\saieh\AppData\Roaming\npm
19 error errno -4058
20 error enoent ENOENT: no such file or directory, lstat 'C:\Users\saieh\AppData\Roaming\npm'
21 error enoent This is related to npm not being able to find a file.
21 error enoent
22 verbose cwd D:\new-folder
23 verbose os Windows_NT 10.0.22631
24 verbose node v20.17.0
25 verbose npm v10.8.2
26 verbose exit -4058
27 verbose code -4058
28 error A complete log of this run can be found in: C:\Users\saieh\AppData\Local\npm-cache\_logs\2024-09-16T14_36_15_996Z-debug-0.log
محمد
محمد2mo ago
No description
dys 🐙
dys 🐙2mo ago
Are you sure you have npm installed?
محمد
محمد2mo ago
yes
محمد
محمد2mo ago
No description
محمد
محمد2mo ago
never mind chatgpt is a beast thank yall
Want results from more Discord servers?
Add your server