Harel M
Harel M
I've pushed the upgrade I did besides material 12->13 to the following branch. Feel free to try and upgrade only material and then build to see the error: https://github.com/IsraelHikingMap/Site/tree/maplibre2
I already am using `@use` in my project, the upgrade changed from using `~@angular...` to `@angular`. I might be using an old version of Sass, but shouldn't the upgrade take...
Thanks @crisbeto ! I'll try it although I don't have high expectations... I'm mainly concerned about the following file which I'm not sure how to migrate so that it will...
Yes. This is what the upgrade does, it removes the tilde from all the relevant files.
Any update on this? Is there more information needed in order to reproduce the issue?
After removing the tilde I'm getting this error... :-(
Here are the steps again, I already upgraded to angular 13 but not to material 13 due to this issue: 1. Clone https://github.com/IsraelHikingMap/Site 2. cd IsraelHiking.Web 3. `npm install` 4....
I'm still stuck with material 12 due to this issue, I have not found a solution unfortunately...
@andrewseguin @crisbeto anything else I can try? Angular 14 had just came out and I really don't want to be stuck with material 12 going forward...
I've tried removing node-sass using uninstall. no luck. I've tried updating the browserlist file, no luck. I've tried to follow the following SO solution, no luck... :-( https://stackoverflow.com/questions/70673661/after-upgrading-npm-package-of-angular-app-sass-loader-does-not-work-anymore https://stackoverflow.com/questions/67527236/angular-material-sasserror-invalid-css-after-include-mat-expected-1-select https://stackoverflow.com/questions/70058183/cant-use-sass-variables-in-angular-from-global-file-despite-other-styles-worki...