npm ERR! code ENOENT npm ERR! syscall lstat npm ERR! path C:\Users\N 526\AppData\Roaming\npm npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\N 526\AppData\Roaming\npm' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! eno
use following command to solve this error
npm init react-app myreactapp
Comments
Post a Comment