angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.73k stars 11.98k forks source link

ng generate: "input.mergeMap is not a function" #8912

Closed evolkmann closed 6 years ago

evolkmann commented 6 years ago

Versions

Angular CLI: 1.6.0
Node: 8.9.1
OS: win32 x64
Angular: 5.1.0
... animations, common, compiler, compiler-cli, core, forms
... http, platform-browser, platform-browser-dynamic
... platform-server, router, upgrade

@angular/cli: 1.6.0
@angular/flex-layout: 2.0.0-rc.1
@angular-devkit/build-optimizer: 0.0.36
@angular-devkit/core: 0.0.22
@angular-devkit/schematics: 0.0.42
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.9.0
@schematics/angular: 0.1.11
@schematics/schematics: 0.0.11
typescript: 2.4.2
webpack: 3.10.0

Repro steps

Observed behavior

Desired behavior

Additional information

Brocco commented 6 years ago

Can you please post the results of running:

npm ls rxjs

Also, could you post the repository to github and share?

neo-clon commented 6 years ago

I have the same error :(

input.mergeMap is not a function TypeError: input.mergeMap is not a function at Object.callRule (D:\Source\Repos\Trade\ibelectron\node_modules\@angular-devkit\schematics\src\rules\call.js:78:18) at SchematicImpl.call (D:\Source\Repos\Trade\ibelectron\node_modules\@angular-devkit\schematics\src\engine\schematic.js:35:23) at Promise (D:\Source\Repos\Trade\ibelectron\node_modules\@angular\cli\tasks\schematic-run.js:73:23) at new Promise (<anonymous>) at Class.run (D:\Source\Repos\Trade\ibelectron\node_modules\@angular\cli\tasks\schematic-run.js:72:16) at Class.run (D:\Source\Repos\Trade\ibelectron\node_modules\@angular\cli\commands\generate.js:161:33) at resolve (D:\Source\Repos\Trade\ibelectron\node_modules\@angular\cli\ember-cli\lib\models\command.js:261:20) at new Promise (<anonymous>) at Class.validateAndRun (D:\Source\Repos\Trade\ibelectron\node_modules\@angular\cli\ember-cli\lib\models\command.js:240:12) at Promise.resolve.then.then (D:\Source\Repos\Trade\ibelectron\node_modules\@angular\cli\ember-cli\lib\cli\cli.js:140:24)

+-- @angular/cli@1.6.2
| +-- @angular-devkit/schematics@0.0.42
| | `-- rxjs@5.5.2
| `-- rxjs@5.5.2
`-- rxjs@5.5.5
mikenauman commented 6 years ago

I was having the same error. This was the result from npm ls rxjs:

├─┬ @angular/cli@1.6.0 │ ├─┬ UNMET PEER DEPENDENCY @angular-devkit/schematics@0.0.41 │ │ ├── UNMET PEER DEPENDENCY @angular-devkit/schematics@0.0.40 │ │ └── rxjs@5.5.5 │ └── rxjs@5.5.5 ├── UNMET PEER DEPENDENCY @angular/compiler@5.1.0 ├── UNMET PEER DEPENDENCY @angular/core@5.1.0 └── rxjs@5.5.5

I ran: npm update

And now it works.

neo-clon commented 6 years ago

Thanks! I ran yarn upgrade and now works :)

evolkmann commented 6 years ago

Output of npm ls rxjs:

test-project@0.1.0 C:\Users\Enzo\WebstormProjects\test-project
+-- @angular/cli@1.6.0
| `-- rxjs@5.5.5
`-- rxjs@5.5.0

As suggested, I ran npm update, but this had no effect for me.

evolkmann commented 6 years ago

@Brocco I can not publish the original repo, but I created a new project and copied the exact dependecies:

https://github.com/evolkmann/test-ng-generate

In this particular setup, the error happens and can be reproduced.

ng -v prints:

Angular CLI: 1.6.0
Node: 8.9.1
OS: win32 x64
Angular: 5.1.0
... animations, common, compiler, compiler-cli, core, forms
... http, platform-browser, platform-browser-dynamic
... platform-server, router, upgrade

@angular/cli: 1.6.0
@angular/flex-layout: 2.0.0-rc.1
@angular-devkit/build-optimizer: 0.0.36
@angular-devkit/core: 0.0.22
@angular-devkit/schematics: 0.0.42
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.9.0
@schematics/angular: 0.1.11
@schematics/schematics: 0.0.11
typescript: 2.4.2
webpack: 3.10.0
numzbk commented 6 years ago

yarn upgrade it work for me

solkaz commented 6 years ago

After running yarn upgrade and then trying to generate a module, I get:

yarn run v1.3.2
$ ng g m MyModule --dry-run
Error: You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
error Command failed with exit code 1.

Running ng --version:

    _                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/

Angular CLI: 1.6.3
Node: 8.9.0
OS: darwin x64
Angular: 5.2.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

@angular/cli: 1.6.3
@angular/flex-layout: 2.0.0-beta.12
@angular-devkit/build-optimizer: 0.0.37
@angular-devkit/core: 0.0.24
@angular-devkit/schematics: 0.0.44
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.9.3
@schematics/angular: 0.1.12
typescript: 2.5.3
webpack: 3.10.0
angular-automatic-lock-bot[bot] commented 5 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.