Closed bendehghan closed 2 years ago
Angular 13 relies on rxjs 7 so playground should also move to that. But really all packages need updating to the next version.
angular 13
npm install fails without --legacy-peer-deps
npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: angular-playground@8.2.0 npm WARN Found: rxjs@6.6.7 npm WARN node_modules/angular-playground/node_modules/rxjs npm WARN rxjs@"6.6.7" from @angular-devkit/core@12.2.15 npm WARN node_modules/angular-playground/node_modules/@angular-devkit/core npm WARN @angular-devkit/core@"^12.0.0" from angular-playground@8.2.0 npm WARN node_modules/angular-playground npm WARN 2 more (@angular-devkit/schematics, @schematics/angular) npm WARN 1 more (@angular-devkit/schematics) npm WARN npm WARN Could not resolve dependency: npm WARN peer rxjs@">=6.6.0" from angular-playground@8.2.0 npm WARN node_modules/angular-playground npm WARN dev angular-playground@"8.2.0" from the root project npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: angular-playground@8.2.0 npm WARN Found: tslib@1.14.1 npm WARN node_modules/angular-playground/node_modules/tslib npm WARN tslib@"^1.9.0" from rxjs@6.6.7 npm WARN node_modules/angular-playground/node_modules/rxjs npm WARN rxjs@"6.6.7" from @angular-devkit/core@12.2.15 npm WARN node_modules/angular-playground/node_modules/@angular-devkit/core npm WARN 1 more (@angular-devkit/schematics) npm WARN npm WARN Could not resolve dependency: npm WARN peer tslib@">=2.1.0" from angular-playground@8.2.0 npm WARN node_modules/angular-playground npm WARN dev angular-playground@"8.2.0" from the root project
build without the warnings
I have updated all the dependencies.
Angular 13 relies on rxjs 7 so playground should also move to that. But really all packages need updating to the next version.
Versions
Repro steps
npm install fails without --legacy-peer-deps
Observed Behavior
Desired Behavior
Any other details that may be useful (optional)