mike-works / sql-fundamentals

Mike North's SQL Fundamentals and Professional SQL Courses
https://frontendmasters.com/courses/sql-fundamentals/
BSD 3-Clause "New" or "Revised" License
169 stars 108 forks source link

Install fails on Linux #379

Open tomleo opened 2 years ago

tomleo commented 2 years ago

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



- [x] **To Reproduce**
Steps to reproduce the behavior:
1. Clone the repo
2. Run `npm install --no-optional`
3. See error

- [x] **Expected behavior**
npm install to work

- [x] **Additional context (optional)**
I have `nodenv` on my machine, so I can switch to a different version of node if required.
tomleo commented 2 years ago

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.