-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Version
2.5.0
Reproduction link
Operating System
ubuntu
Device
PC
Browser & Version
N/a
Steps to reproduce
user@Peanut:/www/roller$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: material-dashboard-angular@2.5.0
npm ERR! Found: zone.js@0.11.1
npm ERR! node_modules/zone.js
npm ERR! zone.js@"0.11.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.10.3" from @angular/core@10.1.4
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"10.1.4" from the root project
npm ERR! peer @angular/core@">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next" from codelyzer@6.0.1
npm ERR! node_modules/codelyzer
npm ERR! dev codelyzer@"6.0.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
What is expected?
A complete build
What is actually happening?
Errors out
Solution
Additional comments
Bought the bundle, but had issues with order. Waiting for CT team to respond.
Tried the free version but it won't build:
What do i need to do to be able to build cleanly? I've tried cleaning, forcing, etc.