question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: dryRunSink.commit(...).ignoreElements is not a function

See original GitHub issue

When trying to generate component (e.g. ng g c hello) from angular-cli, it throws this error:

Error: dryRunSink.commit(...).ignoreElements is not a function
dryRunSink.commit(...).ignoreElements is not a function

Stack:

@angular/cli: 1.6.4
node: 9.0.4

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8

github_iconTop GitHub Comments

11reactions
joaomvfsantoscommented, Feb 1, 2018

At the moment I’m solving this with

npm install @angular-devkit/schematics@0.0.45 @angular/cli --no-save
1reaction
olakaracommented, Feb 9, 2018

I think this issue is only for CLI version 1.6.5 … upgrading the CLI version to 1.6.6 solves the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: dryRunSink.commit(...).ignoreElements(...).concat is not ...
each time I run ng new I get this error. Error: dryRunSink.commit(...).ignoreElements(...).concat is not a function dryRunSink.commit(...).
Read more >
ng new gives dryRunSink.(...).concat is not a function error
On angular/cli 1.6.4 I was getting "Error: dryRunSink.commit(...).ignoreElements is not a function". The newest version has it fixed on ...
Read more >
Error: dryRunSink.commit(…).ignoreElements(…).concat is ...
The issue of [rxjs operator] is not a function is a result of the migration of the devkit repo to using “pipeable” (formerly...
Read more >
More from nabraj bhattarai - Medium
ignoreElements is not a function … ... npx command, while creating new component i have fetched following error, ... dryRunSink.commit(…).
Read more >
Alfresco/alfresco-ng2-components - Gitter
Error : dryRunSink.commit(...).ignoreElements is not a function. i think you guys have been discussing this on github, angular/angular-cli#9381.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found