Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 코테공부
- next.js
- 프로그래머스코딩테스트
- 알고리즘스터디
- 프로그래머스 Lv.0
- mysql
- 정보처리기사
- 코테준비
- 1일1코테
- 프로그래머스 코테
- js
- 프로그래머스 레벨0
- 프로그래머스 알고리즘
- 코딩테스트
- 알고리즘공부
- 프로그래밍
- 프로그래머스코테
- 프로그래머스 코딩테스트
- 개발자
- Redux-Toolkit
- 자바스크립트
- 프로그래머스
- CSS
- 정처기기출
- 알고리즘문제
- next.js 에러
- 코테스터디
- html
- 프로그래머스알고리즘
- 코딩
Archives
- Today
- Total
계발하는 개발자
[Vuex 설치 에러] npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree 본문
❗️Error
[Vuex 설치 에러] npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree
dev_genie 2023. 8. 23. 18:03참고
https://stackoverflow.com/questions/68111008/failed-to-install-vuex-in-vue3 - stackoverflow
에러
vuex를 활용하여 상태관리를 해보려 npm install vuex를 입력했더니 설치 에러가 났다.
원인
Vue 2를 사용중인데 Vuex 4를 설치하니 오류가 발생했다.
Vue 2는 Vuex 3을, Vue 3은 Vuex 4를 사용한다고 한다.
해결
npm install vuex@3.4.0 --save를 사용하여 Vuex 3 버전을 설치해준다.
(나는 Vue 2를 사용하는 관계로)
에러가 사라졌다.
LIST
'❗️Error' 카테고리의 다른 글
[오류해결] v-for 과 v-if 를 같이 쓰면 발생하는 Issue 해결 (0) | 2023.08.24 |
---|---|
[동일 라우터 중복 요청에러] NavigationDuplicated: Avoided redundant navigation to current location (0) | 2023.08.24 |
[Vue router 설치 에러] unable to resolve dependency tree (1) | 2023.08.24 |
[카카오맵API] parser-blocking 경고 (0) | 2023.08.24 |
[IntelliJ] java: error: release version 20 not supported (1) | 2023.08.21 |
dev_genie
@dev_genie
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!