Dependency issues on installation
- Dominant language
- TypeScript
- Stars
- 25.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
### Issue type
**I'm submitting a ...**
* [X] bug report
### Issue description
**Current behavior:**
When running `npm install` I get the following:
```
npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ngx-admin@8.0.0
npm ERR! Found: @angular/animations@12.2.16
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"^12.2.16" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/animations@"~9.1.1" from @swimlane/ngx-charts@14.0.0
npm ERR! node_modules/@swimlane/ngx-charts
npm ERR! @swimlane/ngx-charts@"^14.0.0" 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.
```
**Expected behavior:**
Everything would just install.
**Steps to reproduce:**
Clone the repo, run `npm install`
### Other information:
**npm, node, OS, Browser**
```
Angular CLI: 12.2.12
Node: 18.3.0 (Unsupported)
Package Manager: npm 8.11.0
OS: Mac Monterey 12.4 (Intel)
```
**Angular, Nebular**
```
"@nebular/auth": "8.0.0",
"@nebular/eva-icons": "8.0.0",
"@nebular/security": "8.0.0",
"@nebular/theme": "8.0.0",
"nebular-icons": "1.1.0",
```
Contributor guide
Assessment
This issue has not been assessed yet.