jaxio / celerio-angular-quickstart

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

ERROR i 「wdm」: Failed to compile. #73

Open palaciosdiego opened 6 years ago

palaciosdiego commented 6 years ago

in the last step it shows an error:

ERROR in ./src/styles.css (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./src/styles.css) Module build failed: Error: Can't resolve 'https://fonts.googleapis.com/icon?family=Material+Icons'

bucherarnold commented 6 years ago

you have to remove the ~ sign from web/src/styles.css:4 BEFORE: @import '~https://fonts.googleapis.com/icon?family=Material+Icons'; AFTER: @import 'https://fonts.googleapis.com/icon?family=Material+Icons';

amitbalecha commented 5 years ago

ERROR in src/app/app.component.ts(24,15): error TS2304: Cannot find name 'module'. Getting this error in all components.