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> 
