When I try to deploy my angular app to heroku I'm getting a weird error.
I've tried switching the styles path in angular.json, but that doesn't seem to fix the issue. I'm pretty sure it's a path issue, but I cannot seem to fix it.
This is showing that I've switched it from "sass to scss"
"@schematics/angular:component": {"style": "scss"}
This is my current path
"styles": ["src/styles/global/global-styles.scss"]
This is my global-styles.scss
@import "~font-awesome/css/font-awesome.css";
@import "~bootstrap/dist/css/bootstrap.css";
I want this to build to heroku, but instead its rejected and giving me this error:
remote: ERROR in multi ./src/styles.scss ../node_modules/font-awesome/css/font-awesome.css
remote: Module not found: Error: Can't resolve '/tmp/node_modules/font-awesome/css/font-awesome.css' in '/tmp/build_e2cd2f4e9e4c7e4749537f06bef83c35'