typescript+nestjs
nest new new-project Error2
인계동ADHD환자
2025. 1. 14. 20:11
728x90
로그 다시 까보면
npm error code EEXIST
npm error syscall mkdir
npm error path /Users/semihan/.npm/_cacache/content-v2/sha512/3d/e3
npm error errno EEXIST
npm error Invalid response body while trying to fetch https://registry.npmjs.org/@nestjs%2fcore: EACCES: permission denied, mkdir '/Users/semihan/.npm/_cacache/content-v2/sha512/3d/e3'
npm error File exists: /Users/semihan/.npm/_cacache/content-v2/sha512/3d/e3
npm error Remove the existing file and try again, or run npm
npm error with --force to overwrite files recklessly.
이미 캐시에 있어서 삭제하거나 하라는 거다
npm cache clear --force
혹은
sudo npm cache clear --force
이제 잘된다
728x90