celerio-angular-quickstart icon indicating copy to clipboard operation
celerio-angular-quickstart copied to clipboard

ERROR i 「wdm」: Failed to compile.

Open palaciosdiego opened this issue 7 years ago • 2 comments
trafficstars

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'

palaciosdiego avatar Aug 15 '18 22:08 palaciosdiego

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';

bucherarnold avatar Aug 16 '18 06:08 bucherarnold

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

amitbalecha avatar Mar 12 '19 11:03 amitbalecha