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
Uncaught Error: Cannot find module "!!../../node_modules/css-loader/index.js!../../node_modules/sass-loader/index.js!./app.scss"
at webpackMissingModule (app.scss:4)
at Object.416 (app.scss:4)
at __webpack_require__ (bootstrap 381c5ef…:585)
at fn (bootstrap 381c5ef…:109)
at Object.414 (app.component.js:2)
at __webpack_require__ (bootstrap 381c5ef…:585)
at fn (bootstrap 381c5ef…:109)
at Object.312 (app.js:5)
at __webpack_require__ (bootstrap 381c5ef…:585)
at fn (bootstrap 381c5ef…:109)
First get bootstrap-loader. Follow the install instructions and make sure to install bootstrap-sass.
Pay attention to its dependencies as they may not be installed automatically (url-loader and file-loader for instance).
As of the installation of bootstrap-loader. Make sure to use the entry property instead of the require attribute.
In case you encounter an error during npm start like:
cannot read file. Use an appropriate loader ... some special signs or artifacts... <?>
@hanssulo tried this, there seems to be an issue with bootstrap loader and newer node versions. We're you able to get it to work and if so which version of node? Also maybe you could share the config file, please.
Hi,
Please note that ive seen #97 & #99 and it doesnt provide a solution or a clear step and hence opening an issue here.
Ive setup base using NG6-starter and currently im trying to add external modules like bootstrap, fontawesome etc.
For Bootstrap i did the following:
In app.js
This gives following error
For CSS, tried:
And this also ends in error.
For Font-awesome, i tried the following:
In App.scss
Both doesnt work. Help is much appreciated.
The text was updated successfully, but these errors were encountered: