Artfaith
Silence SASS deprecation warnings
While hopefully... trying to migrate from Nuxt
v2.14
to v2.17
, I am also changing node-sass
to sass
,
When I ran NODE_ENV='--openssl-legacy-provider' npx nuxt2 build --modern=client
, I am getting expected SASS deprecation warnings like:
I have added quiteDeps
to Nuxt configuration build options:
Nevertheless, it still outputs the warnings.
What is the correct way to silence those at least temporarily while... hopefully... migrating to new Nuxt, Vue, TypeScript, and then... Vuetify?
I would appreciate a clarification/suggestion whether it's even possible without upgrading to Vuetify 3 or downgrading SASS, where current versions:
6 replies
Error: ForkTsCheckerWebpackPlugin... configuration... does not match the API schema...
Greetings! ✨
I have been trying to upgrade Nuxt
v2.14.6
to the latest v2.17.3
for days now.., and it feels like I am almost there!
This is the current package.json
file: https://dpaste.org/0tVrm.
These are the changes:
6 replies