You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]
npm ERR! Found: [email protected]
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 [email protected]
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 have nodenv on my machine, so I can switch to a different version of node if required.
The text was updated successfully, but these errors were encountered:
Furthermore if I knew the exact node.js, npm, and OS combo that will work with this repo, I could set this project up in a docker container, without that I'm guessing the issue is 4-year-old dependencies are the source of issue here.
System Information
Describe the bug
Steps to reproduce the behavior:
npm install --no-optional
Expected behavior
npm install to work
Additional context (optional)
I have
nodenv
on my machine, so I can switch to a different version of node if required.The text was updated successfully, but these errors were encountered: