nestjs / cqrs

A lightweight CQRS module for Nest framework (node.js) :balloon:
https://nestjs.com
MIT License
829 stars 150 forks source link

Peer dependency #1

Closed katp4 closed 6 years ago

katp4 commented 7 years ago

Hello,

I'm going through the tutorial on your website and I'm trying to run "npm install" after i cloned thenest-typescript-starter.

Just wanted to let you know of the below warnings and unmet peer dependency. ├─┬ UNMET PEER DEPENDENCY rxjs@5.4.2 npm WARN @nestjs/microservices@3.0.1 requires a peer of rxjs@5.0.3 but none was installed. npm WARN @nestjs/core@3.0.1 requires a peer of rxjs@5.0.3 but none was installed. npm WARN @nestjs/websockets@3.0.0 requires a peer of rxjs@5.0.3 but none was installed.

Thanks

kamilmysliwiec commented 6 years ago

Hi @katp4, Thanks! The issue is obsolete after latest releases.