nuxt-community / vuetify-module

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

Fibers dependancy with SASS and node 16.02 causing error #449

Open ottz0 opened 3 years ago

ottz0 commented 3 years ago

Vuetify version 1.11.3

Describe the bug Upgrading to > node 16 causes fibers dependancy with sass to error. Fibers has end of life and not supporting > node v16. SASS is a dependancy of Vuetify which has addressed the issue but can't update this because the nuxt-vuetify module has not been updated.

Additional context Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.

Luferov commented 2 years ago

I have the same problem.

davydnorris commented 2 years ago

Same here - I thought vuetify had removed the dependency on fibers?

Ah actually I think that's what the OP is saying - Vuetify has fixed this but nuxt-vuetify is lagging behind