akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.14k stars 7.95k forks source link

After Npm Update #1649

Closed malikfaizanhaider closed 6 years ago

malikfaizanhaider commented 6 years ago

Getting this error after npm update.

ERROR in ./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--8-3!./src/app/@theme/styles/styles.scss Module build failed: undefined ^ Mixins may not be defined within control directives or other mixins. in D:\FrontEnd\ng-spagobi\node_modules\@nebular\theme\components\checkbox_checkbox.component.theme.scss (line 8, column 10) ERROR in src/app/@theme/theme.module.ts(9,35): error TS2307: Cannot find module 'ngx-color-picker'. src/app/cintelCore/creation/adhoc/adhoc-config/adhoc-config.component.ts(214,29): error TS2339: Property 'DEFAULT_COLORS' does not exist on type 'Fields'. src/app/cintelCore/creation/adhoc/adhoc-config/adhoc-config.component.ts(214,82): error TS2339: Property 'DEFAULT_COLORS' does not exist on type 'Fields'. src/app/cintelCore/docbrowser/birt-report-execution/birt-report-execution.component.ts(6,22): error TS2307: Cannot find module 'file-saver/FileSaver'.

wiekonek commented 6 years ago

Try npm i node-sass@4.8.1 - should fix first error.

AlishMekliov931 commented 6 years ago

npm i node-sass@^4.8.3 Will fix this error.

malikfaizanhaider commented 6 years ago

@wiekonek It's working. Thanks

malikfaizanhaider commented 6 years ago

@AlishMekliov931, Thanks but it's not working in my case because i'm sync with angular stable version.