Study & Project ✏️/Bug & Report 🐞

vue3 [Vuetify 적용 오류] ValidationError: Progress Plugin Invalid Options 해결방법 [해결완료]

JM 2022. 2. 9. 16:02
반응형

Vue3가 최근 버전인가...? 싶을 정도로 잔 버그가 많다.

예전 Flutter 2.0 나왔을 때 Firebase 관련 오류로 한참을 헤매었던 것처럼 ㅠㅠ

왜 항상 이런 시련은 나에게만....?


vue -cli를 사용하고 있기에 아래 코드를 입력하면 된다.

vue add vuetify

vue3 를 사용하고 있으니 밑줄 쫙 버전을 설치하고!

npm run serve 하면!

?

뭐야 왜 안돼

하지만 된다. 구글링 하자

https://stackoverflow.com/questions/69200086/okay-to-paste-in-package-lock-json-from-19-hours-ago-to-fix-validationerror-pr

 

Okay to Paste-in Package-Lock.json from 19 Hours Ago to Fix "ValidationError: Progress Plugin Invalid Options" (Vue 3)?

I'm using Vue 3 and I pushed a version of my project that was working well to GitHub 19 hours ago. About 5 hours later, the problem below occurred when I entered npm run serve which resulted in these

stackoverflow.com

vuetify와 다른 패키지들의 의존성 문제라고 하니 업데이팅해야 한다고 한다.

npm update도 어떤 오류가 나오니

npm update --force

로 해결 후 다시

npm run serve

하면!

음~ 잘 나온다.

근데 왜 기존 코드들을 다 지워버린 거지..?

컴포넌트 공부 다시 첨부터 해보라고 지웠나 보다 ㅎㅎ