vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

npx react app error

Open vatiba1 opened this issue 9 months ago • 1 comments

Screenshot 2023-09-15 013806 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

vatiba1 avatar Sep 15 '23 01:09 vatiba1