font-awesome-sass-loader
font-awesome-sass-loader copied to clipboard
File to import not found or unreadable: ~font-awesome/scss/variables.
Copying the sass config from this project and using that as the config:
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!./webpack/font-awesome.config.js
Module build failed:
module.exports = {
^
File to import not found or unreadable: ~font-awesome/scss/variables.
Parent style sheet: stdin
in /Users/me/dev/webpack/font-awesome.config.js (line 1, column 1)
I have the same error.. any solution for this yet?
Idem dito
I guess the main reason is that did not install font awesome dependency.
Try this:
npm i font-awesome
@import '@fortawesome/fontawesome-free/css/fontawesome.css'; @import '@fortawesome/fontawesome-free/css/all.css';
@import '@fortawesome/fontawesome-free/css/fontawesome.css'; @import '@fortawesome/fontawesome-free/css/all.css';
It worked for me