jaxio/celerio-angular-quickstart

Font-awesome issue

denizque opened this issue · 0 comments

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?