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.
Copy file name to clipboardExpand all lines: docs/faqs.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,21 @@
7
7
`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
9
-**Error: Cannot find module `less` or `node-sass` or `stylus`?**
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.
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
+
12
+
-**Error: 'default' is not exported by node_modules/vue-runtime-helpers/dist/normalize-component.js**
13
+
You may encounter this error when using version 4.6.2 onwards. The solution is to include `rollup-plugin-commonjs`. In your config file `rollup.config.js`, you have to import this plugin and invoke it like so:
0 commit comments