You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
`vue-template-compiler` has a constraint that it should be exact same version as `vue` that is why it is included as peer dependency. Make sure you install `vue-template-compiler` and `vue` in your project.
8
8
9
-
-**Error: Cannot find module `less` or `node-sass` or `stylus`?**
9
+
-**Error: Cannot find module `less` or `sass` or `stylus`?**
10
10
If you're using any of the style languages (other than css) supported in `.vue` file, you have to install that language's compiler.
11
11
12
12
-**Error: 'default' is not exported by node_modules/vue-runtime-helpers/dist/normalize-component.js**
0 commit comments