-
nest new new-project Error2typescript+nestjs 2025. 1. 14. 20:11728x90
로그 다시 까보면
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'typescript+nestjs' 카테고리의 다른 글
FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission denied (0) 2025.01.17 ERROR [NestApplication] Error: listen EADDRINUSE: address already in use :::3000 (0) 2025.01.16 nest의 hello world! (0) 2025.01.15 nest js의 기본 구조 설명 (0) 2025.01.15 nest new new-project Error (0) 2025.01.14