We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/[email protected]
Please have a look at this screenshot:
Please help me...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/[email protected]
Please have a look at this screenshot:
Please help me...
The text was updated successfully, but these errors were encountered: