jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
479 stars 138 forks source link

Font-awesome issue #52

Closed denizque closed 6 years ago

denizque commented 7 years ago

Generated the project following the quickstart steps; finally when trying to serve with ng I am receiving the following issue:

ERROR in ./~/css-loader?{"sourceMap":false,"importLoaders":1}!./~/postcss-loader!./~/font-awesome/css/font-awesome.css
Module not found: Error: Can't resolve 'url-loader' in 'C:\project\demoproject\web'
 @ ./~/css-loader?{"sourceMap":false,"importLoaders":1}!./~/postcss-loader!./~/font-awesome/css/font-awesome.css 6:645-696
 @ ./~/css-loader?{"sourceMap":false,"importLoaders":1}!./~/postcss-loader!./src/styles.css
 @ ./src/styles.css
 @ multi ./src/styles.css

Am I doing something wrong with installation or this is a new issue?