vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 914 forks source link

[webpack-cli] Error: Cannot find module 'vue-template-compiler' #2014

Closed baiyidjp closed 1 year ago

baiyidjp commented 1 year ago

Hello, My Vue version is 3.2.45, I installed vue-loader version 15.10.1, and also installed @vue/compiler-sfc version 3.2.45, when I execute npm run webpack, I get an error like title, but if I When npm install vue-template-compiler, after npm run webpack again, it will tell me that the version of Vue is not compatible with the version of vue-template-compiler. I checked the Node16 version, but it still doesn't work, what should I do?

haoqunjiang commented 1 year ago

Oops. Sorry that I accidentally published 15.10.1 as latest. It should be legacy. Please use 17.0.1 for Vue 3.

baiyidjp commented 1 year ago

Oops. Sorry that I accidentally published 15.10.1 as latest. It should be legacy. Please use 17.0.1 for Vue 3.

thank you , I will try