React Install ENONET Error!

HMJ·2024년 12월 17일
npm error code ENOENT
npm error syscall open
npm error path E:\PracticeBookShop\FE\node_modules\.bin\parser.ps1
npm error errno -4058
npm error enoent ENOENT: no such file or directory, open 'E:\PracticeBookShop\FE\node_modules\.bin\parser.ps1'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\Users\rmfla\AppData\Local\npm-cache\_logs\2024-12-17T17_00_53_052Z-debug-0.log

발단

clone 해서 가져온 react 파일을 npm start 할려고 했다가 안되어서, npm install을 시도하다가 또 에러가 떠서 찾아보는 중이다...

결론

저장 공간이 없어서 에러가 뜬 것이다...
git 로컬 위치 바꿀려면 그냥 .git 파일 있는 곳 내용 전부 다른 곳으로 옮기면 된다.

0개의 댓글