arthurhsu / lovefield-ts

Lovefield TypeScript port: successor of google/lovefield
Apache License 2.0
47 stars 3 forks source link

npm install fails with "unable to resolve dependency tree" error #38

Closed freshp86 closed 11 months ago

freshp86 commented 11 months ago

Running npm install fails with the following log

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: lovedield-ts@0.0.1
npm ERR! Found: karma@1.7.1
npm ERR! node_modules/karma
npm ERR!   dev karma@"^1.3.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer karma@">=0.10 <=0.13" from gulp-karma@0.0.5
npm ERR! node_modules/gulp-karma
npm ERR!   dev gulp-karma@"0.0.5" 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.

Couple observations

freshp86 commented 11 months ago

Actually the above is incorrect, as it was running on an older version (from 2017). Closing.