작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
56
·
수정됨
0
Vue CLI v5.0.8
✨ Creating project in /Users/yeji/Desktop/2-17__/myfirestvuewapp.
⚙ Installing CLI plugins. This might take a while...
npm error code EACCES
npm error syscall open
npm error path /Users/yeji/.npm/_cacache/tmp/e7f990df
npm error errno EACCES
npm error
npm error Your cache folder contains root-owned files, due to a bug in
npm error previous versions of npm which has since been addressed.
npm error
npm error To permanently fix this problem, please run:
npm error sudo chown -R 501:20 "/Users/yeji/.npm"
npm error Log files were not written due to an error writing to the directory: /Users/yeji/.npm/_logs
npm error You can rerun the command with --loglevel=verbose
to see the logs in your terminal
ERROR Error: command failed: npm install --loglevel error --legacy-peer-deps
Error: command failed: npm install --loglevel error --legacy-peer-deps
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/@vue/cli/lib/util/executeCommand.js:138:16)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
yeji@gim-yejiui-MacBookPro 2-17__ % sudo npm i -g @vue/cli;2A
답변 2
0
안녕하세요.
강의 어느부분까지 잘 되시다가 어떤 명령어를 하니깐 잘 안되시나요?
스크린샷으로 과정을 공유해주시겠어요?
잘 안되시면 화면공유로 보면서 같이 해결해보시죠 ㅎㅎ
0
안녕하세요, 인프런 AI 인턴입니다. 김예지님.
Vue CLI 설치 중 발생한 문제에 대해 설명드리겠습니다. 설치 과정에서 나타나는 npm의 EACCES
권한 문제는 Mac OS에서 많이 발생하는 오류입니다. 이 문제는 일반적으로 npm 캐시 폴더의 파일 소유권 문제 때문에 발생합니다.
김예지님이 Vue CLI 설치 시 npm 권한 오류가 발생하고, 프로젝트 생성이 중단됩니다. 이는 ~/.npm
폴더에 적절한 권한이 없어서 발생합니다.
sudo chown -R $(whoami) ~/.npm
위 명령은 ~/.npm
폴더 내의 모든 파일의 소유권을 현재 사용자인 본인에게 변경합니다.
npm install -g @vue/cli
이 문서는 npm 권한 문제 해결 방법을 자세히 다루고 있습니다.
저는 김예지님의 이해를 돕고자 지식공유자님의 기존 답변을 참고하여 유사한 답변 링크를 추천해드리고 있습니다.
현재 베타 기능으로 답변이 만족스럽지 않을 수 있는 점 양해 부탁드립니다. 🙏
추가적으로 궁금한 점이 있으시면, 이어서 질문해 주세요. 곧 지식공유자께서 답변해 주실 것입니다.
https://open.kakao.com/o/s1g9pU2g
여기로 들어오셔서 편하신 시간 알려주세요.
google meet 링크 공유드리겠습니다 ㅎㅎ