ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 219 forks source link

"@fortawesome/fontawesome-free" errors in console with Angular #606

Closed Paul75 closed 2 years ago

Paul75 commented 2 years ago

I'm submitting a...

Current behavior

When start (npm start) and open console I've got errors : GET http://localhost:4200/webfonts/fa-solid-900.woff2 net::ERR_ABORTED 404 (Not Found) GET http://localhost:4200/webfonts/fa-solid-900.woff net::ERR_ABORTED 404 (Not Found) GET http://localhost:4200/webfonts/fa-solid-900.ttf net::ERR_ABORTED 404 (Not Found)

Expected behavior

not errors in console

Minimal reproduction of the problem with instructions

Environment


ngX-Rocket: 10.0.0
Node.js: v14.17.0
Npm: 7.20.1
OS: linux x64 5.4.0-80-generic

Others: nothing

Thanks

sinedied commented 2 years ago

I could not reproduce this, seems like a botched package install. If it happens again, could you try rm -rf node_modules && npm cache clean --force && npm install ?