Error: dryRunSink.commit(...).ignoreElements is not a function
See original GitHub issueWhen 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:
- Created 6 years ago
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
At the moment I’m solving this with
I think this issue is only for CLI version 1.6.5 … upgrading the CLI version to 1.6.6 solves the issue.