본문 바로가기

React

[Error] npm ERR! enoent ENOENT: no such file or directory, lstat 에러 해결

npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path 
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat ''
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: 

 

 

 

 

 

npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\admin\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\admin\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\admin\AppData\Local\npm-cache\_logs\2023-09-07T23_48_47_548Z-debug-0.log

초록 글씨의 경로가 있는데 저 경로대로 가보면 

 

 

 

 

 

 

 npm폴더가 없다

 

 

여기에 npm 폴더를 만들어주면 된다

 

 

 

 

 

이러면 오류 해결