I am trying to update nebular version from 4.1.2 to 4.2.1. but i got error as "Incompatible peer dependencies found."
the detail console log contains,
Package "@nebular/eva-icons" has an incompatible peer dependency to "@nebular/theme" (requires "4.1.2", would install "4.2.1").
Package "@angular-devkit/build-angular" has an incompatible peer dependency to "typescript" (requires ">=3.1 < 3.5", would install "3.5.3").
Package "@angular/material" has an incompatible peer dependency to "@angular/cdk" (requires "8.1.4", would install "8.2.0").
Package "@agm/core" has an incompatible peer dependency to "@angular/common" (requires "^5.0.0 || ^6.0.0" (extended), would install "8.2.7").
Package "@agm/core" has an incompatible peer dependency to "@angular/core" (requires "^5.0.0 || ^6.0.0" (extended), would install "8.2.7").
Can you please guide me to get updated my nebular version to 4.2.1.
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
Issue type
I'm submitting a ... (check one with "x")
Issue description
I am trying to update nebular version from 4.1.2 to 4.2.1. but i got error as "Incompatible peer dependencies found." the detail console log contains, Package "@nebular/eva-icons" has an incompatible peer dependency to "@nebular/theme" (requires "4.1.2", would install "4.2.1"). Package "@angular-devkit/build-angular" has an incompatible peer dependency to "typescript" (requires ">=3.1 < 3.5", would install "3.5.3"). Package "@angular/material" has an incompatible peer dependency to "@angular/cdk" (requires "8.1.4", would install "8.2.0"). Package "@agm/core" has an incompatible peer dependency to "@angular/common" (requires "^5.0.0 || ^6.0.0" (extended), would install "8.2.7"). Package "@agm/core" has an incompatible peer dependency to "@angular/core" (requires "^5.0.0 || ^6.0.0" (extended), would install "8.2.7").
Can you please guide me to get updated my nebular version to 4.2.1.
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular