250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 문서
- STS
- Docker
- Python
- spring
- myBatis
- Tomcat
- 설정
- PostgreSQL
- Thymeleaf
- MySQL
- Core Java
- MSSQL
- maven
- IntelliJ
- AJAX
- Source
- 오픈소스
- jpa
- SpringBoot
- Open Source
- Eclipse
- oracle
- git
- ubuntu
- JavaScript
- error
- Exception
- JDBC
- Spring Boot
Archives
- Today
- Total
헤르메스 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:35728x90
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
'CSR(Client Side Rendering)' 카테고리의 다른 글
[Vue.js] 인프런의 캡틴판교님의 Todo 샘플 리팩토링 정리입니다. (0) | 2022.08.02 |
---|---|
[Vue.js] 인프런 캡틴 판교님의 Todo 샘플 정리 (0) | 2022.08.01 |
[Vue.js] 기초 #1 컴포넌트 생성 및 등록하기 + index.html(favicon.ico + font awesome) (0) | 2022.07.22 |
[Vue.js] DevTools 설치 - Chrome plugin 설치 (0) | 2022.04.06 |
[Vue.js] Spring Boot + Vue.js 개발환경 셋팅 (0) | 2022.03.04 |