creativetimofficial / ct-light-bootstrap-dashboard-pro-angular

7 stars 2 forks source link

Support to Angular 7? #30

Open diegoquirino opened 5 years ago

diegoquirino commented 5 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

When execute command "ng update --all" to have all projects dependencies updated and project up to run.

Current Behavior

When I execute command "ng update --all" packages dependencies are not satisfied.

Failure Information (for bugs)

I buy this template because I tought it was good, but if I have to run it with old dependencies with open/known issues and vulnerabilities, I'd like to receive my payment back...

Steps to Reproduce

Download "zip" package with PRO version of the template

  1. Unzip file to folder, and go inside the path you unzip the files.
  2. Run "ng update --all"

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

$ ng update --all
                  Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=3.1.1 <3.3", would install "3.4.1")
                  Package "@angular/core" has an incompatible peer dependency to "zone.js" (requires "~0.8.26", would install "0.9.0")
                  Package "bootstrap" has a missing peer dependency of "popper.js" @ "^1.14.7".
                  Package "bootstrap-switch" has an incompatible peer dependency to "bootstrap" (requires "^3.1.1", would install "4.3.1").
                  Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=3.1.1 <3.3", would install "3.4.1").
                  Package "fullcalendar" has a missing peer dependency of "moment" @ "^2.20.1".
                  Package "@angular/core" has an incompatible peer dependency to "zone.js" (requires "~0.8.26", would install "0.9.0").
Incompatible peer dependencies found. See above.