Closed bhtw closed 9 months ago
hi @bhtw I faced your problem too and I did run npm update
& npm i sass-loader@latest
and worked for me you can delete node_module and run npm cache clean --force
& npm i
&npm update
then try to run npm run serve
This does not works.... If u update the sass-loader you will have an error because de data option passes as scss loaderOptions does not works, and if you fix using additionalData you will have errors in mixins and variables not found.... Please, help to update this.
I support the question! How do I update sass-loader correctly???
Please reopen if issue still exists
I'm submitting a ...
BUG: Does not support sass-loader later than v7.3.1
What is the current behavior? Run error
Running command
npm run serve
failsnpm run serve
You can now see lots of errors and the app won't run. Here is an extraction of the errors in my terminal:
Please fix this problem so that we can update package.json file to latest versions and keep up to date.
npm update
andnpm upgrade
and the only package that was causing the app crashing was the sass-loader. Bringing the sass-loader package back to 7.3.1 made the app run again.