-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
angular-cli: 1.0.0-beta.15
node: 6.5.0
os: linux x64
I want to compile the scss file from bootstrap-material-design by putting it in the apps[0].styles[] array but I get the following message:
ERROR in ./~/css-loader!./~/postcss-loader!./~/sass-loader!./~/bootstrap-material-design/scss/bootstrap-material-design.scss
Module build failed:
@import "bootstrap/scss/variables"; // from bootstrap node_module
^
File to import not found or unreadable: bootstrap/scss/variables
Parent style sheet: /home/ciesielskico/Documents/Git/reports/node_modules/bootstrap-material-design/scss/_variables.scss
in /home/ciesielskico/Documents/Git/reports/node_modules/bootstrap-material-design/scss/_variables.scss (line 45, column 1)
@ ./~/bootstrap-material-design/scss/bootstrap-material-design.scss 4:14-148
@ multi styles
On their documentation it says to put node_modules
in the includePath of the sass-loader.
Is it possible?
If yes, how?
Metadata
Metadata
Assignees
Labels
No labels