maciejtreder / ng-toolkit

:star: Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more

Home Page:https://www.angular-universal-pwa.maciejtreder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not resolve dependency :peer @angular/common@"^8.2.6" from @ng-toolkit/universal@8.1.0

sagarp4412 opened this issue · comments

Hello,

I'm using angular version 16.2.0 with SSR. Following Is my package.json

"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/localize": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/platform-server": "^16.2.1",
"@angular/router": "^16.2.0",
"@ng-bootstrap/ng-bootstrap": "^15.1.1",
"@nguniversal/express-engine": "^16.2.0",
"angular-ng-autocomplete": "^2.0.12",
"bootstrap": "^5.3.1",
"copy-files-from-to": "^3.9.0",
"domino": "^2.1.6",
"express": "^4.15.2",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"ngx-cookie-service": "^16.0.1",
"ngx-device-detector": "^6.0.2",
"ngx-extended-pdf-viewer": "^17.4.6",
"ngx-mask": "^14.2.4",
"ngx-owl-carousel-o": "^16.0.0",
"ngx-toastr": "^17.0.2",
"node-cache": "^5.1.2",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.6.7",
"tslib": "^2.3.0",
"validator": "^13.11.0",
"zone.js": "~0.13.0"
}

And now I'm trying to Install "@ng-toolkit/universal" and it throws the following error:

Could not resolve dependency:
npm ERR! peer @angular/common@"^8.2.6" from @ng-toolkit/universal@8.1.0

Please have a look at this screenshot:

image

Please help me...