Closed maximedupre closed 6 years ago
I'm sorry, but we can't reproduce the problem following the instructions you provided. Remember that we have a large number of issues to resolve, and have only a limited amount of time to reproduce your issue. Short, explicit instructions make it much more likely we'll be able to reproduce the problem so we can fix it.
If the problem persists, please open a new issue following our submission guidelines.
A good way to make a minimal repro is to create a new app via ng new repro-app
and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
node --version
:v9.5.0
npm --version
:v6.4.1
ng --version
:Repro steps
In
angular.json
In
src/styles.scss
In
src/_variables.scss
In
node_modules/open-iconic/fonts/css/open-iconic-bootstrap.scss
The log given by the failure
In the terminal:
30 10 2018 14:12:13.572:WARN [web-server]: 404: /node_modules/open-iconic/font/fonts/open-iconic.woff
In the browser console:
GET http://localhost:9876/node_modules/open-iconic/font/fonts/open-iconic.woff net::ERR_ABORTED 404 (Not Found)
Mention any other details that might be useful
No problem when serving or building the application. The problem only occurs when testing.