Artfaith
Silence SASS deprecation warnings
Interesting... I added the following Yarn resolution to
package.json
Removed node_modules
and yarn.lock
, and with yarn install
, it still returns the same SASS version 1.75.0
for Vuetify, but the required is ~1.32
. What might it be?6 replies
Silence SASS deprecation warnings
Since this change is SASS v1.33, I have installed
"sass": "~1.32"
as also suggested in the mentioned GitHub issue comment, but am still getting the warnings...6 replies
Silence SASS deprecation warnings
I know those are quite outdated, but... it's been days since I am trying to update this project not started by me am being mostly in back-end even (still learning ineffably marvelous Nuxt, Vue...)... I am not sure how much time will it require, and hence am trying to update it step by step.
6 replies
Error: ForkTsCheckerWebpackPlugin... configuration... does not match the API schema...
I see... It must be something with package version mismatch/incompatibility since with current packages installed using Yarn, found the package mentioned stated in
node_modules/@nuxt/typescript-build/dist/index.js
:
6 replies
Error: ForkTsCheckerWebpackPlugin... configuration... does not match the API schema...
And, currently, am... probably almost there since at least Yarn successfully installs the
package.json
without the lock file in completely clear environment with:
- Nuxt v2.17.3
(dep);
- Vue v2.17.16
(dev-dep).6 replies