Skip to content

Install fails on Linux #379

@tomleo

Description

@tomleo
  • 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:
  1. Clone the repo
  2. Run npm install --no-optional
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions