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