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
But when attempting to compile I get the following error:
>> Error: File to import not found or unreadable: bootstrap/variables.
>> Parent style sheet: <path>/src/sass/<file>.scss
>> on line 3 of src/sass/<file>.scss
>> >> @import "bootstrap/variables";
>> ^
Warning: Use --force to continue.
Aborted due to warnings.
What am I doing wrong? I checked the path and it is indeed valid, so I'm not sure why this would happen. I also tried adding file extensions and underscores to the import but it didn't work.
The text was updated successfully, but these errors were encountered:
chenasraf
changed the title
loadPath doesn't find bootstrap
loadPath doesn't find node_modules package
Aug 20, 2017
I'm not sure what I'm doing wrong - I have a .scss file like this:
And then my Gruntfile looks like this:
But when attempting to compile I get the following error:
What am I doing wrong? I checked the path and it is indeed valid, so I'm not sure why this would happen. I also tried adding file extensions and underscores to the import but it didn't work.
The text was updated successfully, but these errors were encountered: