Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Demo project build failure
posted

Hi guys,

In case you didnt notice your demo project have some issues:

"

IgxIconComponent: 'iconName' property is deprecated. To set the icon name for 'material' icons place the name of the icon between the opening and closing tags. For 'Font Awesome' and SVG icons use 'name' property.
IgxComboComponent: Setting combo item template with '#emptyTemplate' is deprecated.
Use `igxComboEmpty` directive instead.
IgxComboComponent: Setting combo item template with '#headerTemplate' is deprecated.
Use `igxComboHeader` directive instead.
IgxComboComponent: Setting combo item template with '#footerTemplate' is deprecated.
Use `igxComboFooter` directive instead.
IgxComboComponent: Setting combo item template with '#itemTemplate' is deprecated.
Use `igxComboItem` directive instead.
IgxComboComponent: Setting combo item template with '#addItemTemplate' is deprecated.
Use `igxComboAddItem` directive instead.
IgxComboComponent: Setting combo item template with '#headerItemTemplate' is deprecated.
Use `igxComboHeaderItem` directive instead.
IgxDatePickerComponent: 'igx-datePicker' selector is deprecated. Use 'igx-date-picker' selector instead.
Function: IgxGridModule.forRoot method is deprecated. Use IgxGridModule instead.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
0% compiling[16:07:39] 'generate-live-editing' errored after 5.74 s
[16:07:39] Error: Function igx-input-group-theme has no parameter named $variant
at Object.module.exports.renderSync (C:\various\igniteui-angular-samples-0.0.4\node_modules\node-sass\lib\index.js:439:16)
at SassCompiler.compile (C:\various\igniteui-angular-samples-0.0.4\live-editing\services\SassCompiler.ts:21:45)
at SharedAssetsGenerator._generateSharedAssetsWithCSS (C:\various\igniteui-angular-samples-0.0.4\live-editing\generators\SharedAssetsGenerator.ts:57:31)
at SharedAssetsGenerator.generateSharedAssets (C:\various\igniteui-angular-samples-0.0.4\live-editing\generators\SharedAssetsGenerator.ts:34:22)
at LiveEditingManager._run (C:\various\igniteui-angular-samples-0.0.4\live-editing\LiveEditingManager.ts:22:48)
at LiveEditingManager.run (C:\various\igniteui-angular-samples-0.0.4\live-editing\LiveEditingManager.ts:16:18)
at Object.<anonymous> (C:\various\igniteui-angular-samples-0.0.4\live-editing\LiveEditingManager.ts:27:26)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Module.m._compile (C:\various\igniteui-angular-samples-0.0.4\node_modules\ts-node\src\index.ts:422:23)
at Module._extensions..js (internal/modules/cjs/loader.js:699:10)
(node:20052) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! igniteui-angular-samples@1.0.0 generate-live-editing: `gulp generate-live-editing`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the igniteui-angular-samples@1.0.0 generate-live-editing script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\SV\AppData\Roaming\npm-cache\_logs\2018-12-04T14_07_39_426Z-debug.log
ERROR: "generate-live-editing" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! igniteui-angular-samples@1.0.0 start: `npm-run-all -p serve generate-live-editing`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the igniteui-angular-samples@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\SV\AppData\Roaming\npm-cache\_logs\2018-12-04T14_07_39_641Z-debug.log

"

Using Angular 7, CLI 6.1.5, npm 6.4.1, node 10.12.0, WebStorm IDE 2018.3 on a Windows machine.

I'm not in a desperate need the project to be fixed - i'm just comparing IgniteUI vs KendoUI as a developer, so i'm just pointing out that the provided product is a bit buggy. Maybe its a minor fix - i didn't investigate at all.

Cheers,

Svilen

Parents Reply Children
No Data