Error: no such file or directory,
enoent This is related to npm not being able to find a file. 오류 해결하기
no such file or directory, lstat 'C:\Users\00\AppData\Roaming\npm'npm ERR!
enoent This is related to npm not being able to find a file.
다음과 같은 오류가 발생했을 때
C:\Users\00\AppData\Roaming 이라는 폴더안에 npm이
존재하지 않아서 생기는 오류이다
해당 경로 들어가서
npm이라는 폴더를 하나 생성해 주면
문제가 해결된 것을 확인 할 수 있다