Successful build and no compiling issues for custom Angular 6.0.0 and RxJS 6.1.0 projects. Haven't tested other versions. No dublicate @angular and rxjs node_modules.
Steps:
yarn add @angular/compiler-cli --dev
yarn upgrade -> upgraded related packages
yarn global add rxjs-tslint
rxjs-5-to-6-migrate
Resulted in compiling issues mostly for fromPromise. Changed to from.
Successful build and no compiling issues for custom Angular 6.0.0 and RxJS 6.1.0 projects. Haven't tested other versions. No dublicate @angular and rxjs node_modules.
Steps:
yarn add @angular/compiler-cli --dev
yarn upgrade
-> upgraded related packagesyarn global add rxjs-tslint
rxjs-5-to-6-migrate
fromPromise
. Changed tofrom
.mergeMap
usage