nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
630 stars 106 forks source link

New Sass Deprecation #456

Closed sardor01 closed 3 years ago

sardor01 commented 3 years ago

@KaelWD yesterday locked sass version to ~1.32.13, PLEASE publish it to npm for that change to be applied;

Otherwise there is a big error

image

GGG-KILLER commented 3 years ago

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):

  "resolutions": {
    "sass": "~1.32.13"
  }
sardor01 commented 3 years ago

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):

  "resolutions": {
    "sass": "~1.32.13"
  }

Yep, that seems to be the solution to the problem