You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I upgraded my angular project to version 19. I upgraded bootstrap and bootswatch to version 5.3.3 as well.
Since then, I can't compile my project, I always get this error message :
`X [ERROR] Could not resolve "../../../node_modules/bootswatch/dist/materia||file:https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
src/assets/styles/styles.scss:7:12:
7 │ @import url("../../../node_modules/bootswatch/dist/materia||file:ht...`
Hi,
I upgraded my angular project to version 19. I upgraded bootstrap and bootswatch to version 5.3.3 as well.
Since then, I can't compile my project, I always get this error message :
If I change _bootswatch.scss code from :
to
the problem is solved.
Am I missing something here ?
Thanks for your help !
The text was updated successfully, but these errors were encountered: