헤르메스 LIFE

[Vue.js] npm ERR! The operation was rejected by your operating system. 본문

CSR(Client Side Rendering)

[Vue.js] npm ERR! The operation was rejected by your operating system.

헤르메스의날개 2022. 4. 5. 19:35
728x90

VSCode > Terminal에서 Vue.js 설치 시 아래와 같은 오류가 발생했습니다.

npm i -g @vue/cli 

C:\Users\[USER]>npm i -g @vue/cli
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\[USER]\AppData\Local\npm-cache\_logs\2022-04-05T09_15_38_386Z-debug-0.log

관리자 권한으로 VSCode 실행 후 Terminal 에서 다시 실행하세요.

 

728x90