Angular-cli: ng new is failing. Error: obs.pipe is not a function

Created on 24 Jan 2018  路  3Comments  路  Source: angular/angular-cli

$ ng new blog
Error: obs.pipe is not a function
obs.pipe is not a function

$ ng --version
Angular CLI: 1.6.5
Node: 8.9.4
OS: linux x64
Angular: 
...

$ node -v
v8.9.4

$ npm --version
5.6.0

$ tsc -v
Version 2.6.2

I am using nvm 0.33.2.

All 3 comments

You are missing the latest RxJS somehow.

Uninstall angular cli globally and reinstall it, please.

npm uninstall -g @angular/cli npm cache clean npm install -g @angular/cli

Closing this as answered. Please follow the issue template if there's still a new issue. Thanks.

boo

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._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rwillmer picture rwillmer  路  3Comments

JanStureNielsen picture JanStureNielsen  路  3Comments

gotschmarcel picture gotschmarcel  路  3Comments

jmurphzyo picture jmurphzyo  路  3Comments

hartjo picture hartjo  路  3Comments