akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.06k stars 1.51k forks source link

facing issue while upgrading nebular theme version #1966

Open snandkule opened 5 years ago

snandkule commented 5 years ago

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:

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.
-->
anthowm commented 5 years ago

you need to update dependencies to be align with the peer dependencies. You should update angular material and agm/core and devkit