igniteui-cli icon indicating copy to clipboard operation
igniteui-cli copied to clipboard

Projects generated with charts do not build with --prod=false and es2015

Open IvayloG opened this issue 5 years ago • 0 comments

Description

Projects generated with charts do not build with --prod=false and es2015

  • Ignite UI CLI version: 5.0.0-rc.1
  • Framework: Angular
  • Project type: igx-ts

Steps to reproduce

  1. Generate a project with charts.
  2. Set "compilerOptions": {
    "target": "es2015" }
  3. Run ng build --aot=true --prod=false OR ng build --aot=false --prod=false

Result

Does not build. [error] Error: Call retries were exceeded

at ChildProcessWorker.initialize (C:\work\test-5.0.0.rc1\test-all-templates-rc1\node_modules\jest-worker\build\workers\ChildProcessWorker.js:193:21)
at ChildProcessWorker.onExit (C:\work\test-5.0.0.rc1\test-all-templates-rc1\node_modules\jest-worker\build\workers\ChildProcessWorker.js:263:12)
at ChildProcess.emit (events.js:223:5)
at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)

Expected result

Build and no error.

IvayloG avatar Feb 06 '20 16:02 IvayloG