-
-
Notifications
You must be signed in to change notification settings - Fork 199
sass-loader outdated #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, your issue is not related to the bundle but to how to manage your node.js dependencies. Since you probably have a You can run |
Hello, thank you for that, |
That's weird because version 9.0.0 (and higher) are present on npm registry: https://www.npmjs.com/package/sass-loader/v/9.0.0 Are you behing a proxy or something similar? |
Hi I am desperately trying to update the webpack-encore bundle inside a Symfony application but its not working,
I have tried npm update sass-loader,
npm update,
composer update symphony/webpack-encore-bundle,
As well as manually changing the version in the package.json file and running composer.update,
I still get this message:
WARNING Webpack Encore requires version ^9.0.1 of sass-loader, but your version (8.0.2) is too old. The related feature will probably not work correctly.
WARNING Webpack Encore requires version ^9.0.1 of sass-loader, but your version (8.0.2) is too old. The related feature will probably not work correctly.
And no its not working correctly, I have to keep deleting the browser cache and quitting the browser everytime I make a change, its not possible to really work with this,
How could this be updated properly?
Thanks
The text was updated successfully, but these errors were encountered: