ERROR [uncaughtException] Invalid argument(s): Uri /node_modules/bootstrap/scss/_variables.scss must have scheme 'file:'. #41001
-
Hi! Have any idea why its happen?
scss:
exception:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm not entirely sure, but it looks like there might be an incompatibility between the Sass version you're using and how Nuxt 3 handles module imports. Here are a few things I'd suggest trying:
Hope these steps could help to narrow down the issue! |
Beta Was this translation helpful? Give feedback.
-
Thanks for response! When Im upgrade Sass to 1.78 got deprecation warnings like this:
File error happen on last line _variables.scss (sass 1.35.1). Here is:
When Im comment this line, error not happen. |
Beta Was this translation helpful? Give feedback.
My bad, I gave you the Sass version of our
main
branch, not released yet. That should work with a Sass version between1.71.0
and1.78.0
.