Ignite Angular Trial & Samples error entryComponents[]
New DiscussionJust downloaded the Ignite trial and extracted the samples. Not any sample is working on 2 machines, one installed from scatch with the latest Angular & Node versions.The error is always the same, please find below. Any help would be highly appreciated.
./src/styles.scss – Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
╷
1 │ @use 'igniteui-theming/sass/color/functions' as *;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\igniteui-angular\lib\core\styles\base\_mixins.scss 1:1 @forward
node_modules\igniteui-angular\lib\core\styles\base\_index.scss 2:1 @use
node_modules\igniteui-angular\lib\core\styles\themes\_core.scss 6:1 @forward
igniteui-angular\_index.scss 1:1 @use
src\styles.scss 1:1 root stylesheet
./src/styles.scss?ngGlobalStyle – Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
╷
1 │ @use 'igniteui-theming/sass/color/functions' as *;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\igniteui-angular\lib\core\styles\base\_mixins.scss 1:1 @forward
node_modules\igniteui-angular\lib\core\styles\base\_index.scss 2:1 @use
node_modules\igniteui-angular\lib\core\styles\themes\_core.scss 6:1 @forward
igniteui-angular\_index.scss 1:1 @use
src\styles.scss 1:1 root stylesheet
Error: src/app/app.module.ts:26:3 – error TS2345: Argument of type '{ bootstrap: (typeof AppComponent)[]; declarations: (typeof AppComponent)[]; imports: (typeof CommonModule | typeof BrowserModule)[]; providers: undefined[]; entryComponents: undefined[]; schemas: undefined[]; }' is not assignable to parameter of type 'NgModule'.
Object literal may only specify known properties, and 'entryComponents' does not exist in type 'NgModule'.
26 entryComponents: [],
~~~~~~~~~~~~~~~~~~~
× Failed to compile.