This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Description
I'm currently doing it like this:
$fa-font-path: "../../node_modules/font-awesome/fonts"; @import "../../node_modules/font-awesome/scss/font-awesome.scss";
And I've tried this as well:
$fa-font-path: "~font-awesome/fonts"; @import "~font-awesome/scss/font-awesome.scss";
Here's the error I'm getting:
Node Express server listening on http://localhost:4000 ERROR Something went wrong please try again later! ERROR { Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'fontawesome-webfont.woff2' Error: Cannot match any routes. URL Segment: 'fontawesome-webfont.woff2'
__zone_symbol__value: Error: Cannot match any routes. URL Segment: 'fontawesome-webfont.woff2'
Can you please guide me what configuration change do I need to implement to get it working. My configuration is same as one in your project.