프로그래밍 언어/Node.js

프로그래밍 언어/Node.js

[Nuxt.js] Vue packages version mismatch 오류 해결법

오류발생상황 git 소스를 내려받은 후 실행시 아래 오류 발생하며 실행안됨 Vue packages version mismatch: - vue@2.6.11 - vue-server-renderer@2.6.14 This may cause things to work incorrectly. Make sure to use the same version for both. The thing that works for me is: remove the lock file (package-lock.json) delete the node_modules folder (this is a mandatory step for me) run npm i I am using Windows and Node 12.14.0 | 해결방법 packa..

개발하는 채찡
'프로그래밍 언어/Node.js' 카테고리의 글 목록