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 Jul 30, 2021. It is now read-only.
This error can occur when you have installed both vuepress as nuxt in your repo. Vuepress still uses css-loader v2, but Nuxt uses css-loader v3. These versions have incompatible options (eg exportOnlyLocals vs onlyLocals) which results in this error.
Resolution is to uninstall vuepress
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This error can occur when you have installed both vuepress as nuxt in your repo. Vuepress still uses css-loader v2, but Nuxt uses css-loader v3. These versions have incompatible options (eg
exportOnlyLocals
vsonlyLocals
) which results in this error.Resolution is to uninstall vuepress
The text was updated successfully, but these errors were encountered: