Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
palaciosdiego opened this issue Aug 15, 2018 · 2 comments
Open

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

palaciosdiego opened this issue Aug 15, 2018 · 2 comments

Comments

@palaciosdiego
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants