loopbackCMS icon indicating copy to clipboard operation
loopbackCMS copied to clipboard

webpack: Failed to compile.

Open raloliver opened this issue 8 years ago • 2 comments

Hi... thanks for sharing this code.

Actually, I'm using AngularJS but I love CMS's end I love testing then.

So... I'm not using Angular 4 yet, but I want to test your CMS.

Can You help me?

capturar

raloliver avatar Apr 27 '17 12:04 raloliver

That seem is angular material version issue,

in /src/scss/styles.scss

replace

@import '../../node_modules/@angular/material/core/theming/all-theme';

with

@import '~@angular/material/theming';

tabvn avatar Apr 27 '17 15:04 tabvn

I'm back angular material to version 2.0.0-beta.2 and works... 2.0.0-beta.3 doesn't work.

raloliver avatar Apr 27 '17 16:04 raloliver