728x90
npm ERR! syscall lstat npm ERR! path C:\Users\User\AppData\Roaming\npm npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, lstat 'C: \Users\User\AppData\Roaming\npm' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
create-react-app을 제거했다가 다시 설치한 이후에, 해당 명령어를 실행
# create-react-app 제거 후 재설치
$ npm uninstall -g create-react-app
$ npm install -g create-react-app
# create-react-app 재실행
$ npx create-react-app my-app
https://w-world.tistory.com/341
npm -g uninstall create-react-app
npm -g install create-react-app
npx create-react-app my-app
위의 방법으로 해결
참고)
728x90
'> IT 노트 > 에러' 카테고리의 다른 글
[React] 'react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. (0) | 2024.04.11 |
---|