C:\Users\kwaku>npx create-react-app myfirstreactapp
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\kwaku\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\User
s\kwaku\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: C:\Users\kwa ku\AppData\Local\npm-cache_logs\2023-09-15T01_37_09_864Z-debug-0 .log
After I installed Node js, checked the version in the terminal and it was v18. 17, 1 and the npm version was v9. 6. 7
but when I tried creating a react app it was showing the above
1条答案
按热度按时间ix0qys7i1#
I have the same problem.
Did you solve this error?