-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
-
System Information
- Ubuntu 20.04.4 LTS
- Node version: v16.13.1
-
Describe the bug
tom@orbital[~/hacking/learn-sql/sql-fundamentals] (master) $ npm install --no-optional
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @mikeworks/sql-fundamentals@0.0.0-development
npm ERR! Found: ts-node@5.0.1
npm ERR! node_modules/ts-node
npm ERR! dev ts-node@"5.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer ts-node@"^3.3.0" from db-migrate-plugin-typescript@2.0.0
npm ERR! node_modules/db-migrate-plugin-typescript
npm ERR! dev db-migrate-plugin-typescript@"2.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.
npm ERR!
npm ERR! See /home/tom/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/tom/.npm/_logs/2022-03-30T01_59_10_114Z-debug-0.log
- To Reproduce
Steps to reproduce the behavior:
- Clone the repo
- Run
npm install --no-optional
- See error
-
Expected behavior
npm install to work -
Additional context (optional)
I havenodenv
on my machine, so I can switch to a different version of node if required.
Metadata
Metadata
Assignees
Labels
No labels