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
If you use yarn, you can use the resolutions section in packages.json to restrict sass to 1.32.13 (as of this post, the version with the ~1.32.13 pin hasn't been pushed to NPM yet):
after i upgrade today [email protected]
├── [email protected]
├── [email protected]
i got this error when rendering my nuxt app on the server Nuxtjs v2.15.6
ERROR in ./node_modules/vuetify/src/components/VGrid/VGrid.sass (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!./node_modules/postcss-loader/src??ref--6-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--6-oneOf-1-3!./node_modules/vuetify/src/components/VGrid/VGrid.sass)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: @use rules must be written before any other rules.
╷
3 │ @use 'sass:math'
│ ^^^^^^^^^^^^^^^^
╵
node_modules/vuetify/src/components/VGrid/VGrid.sass 3:1 root stylesheet
@ ./node_modules/vuetify/src/components/VGrid/VGrid.sass 4:14-204
@ ./node_modules/vuetify/lib/components/VGrid/VCol.js
@ ./node_modules/vuetify/lib/components/VGrid/index.js
@ ./pages/en/dashboard/subscriptions/_id.vue
@ ./node_modules/.cache/nuxt/router.js
@ ./node_modules/.cache/nuxt/index.js
@ ./node_modules/.cache/nuxt/client.js
@ multi ./node_modules/.cache/nuxt/client.js
The text was updated successfully, but these errors were encountered: