storex-hub
storex-hub copied to clipboard
Installing it seems to come up with many broken dependencies
I tried to install Storex-Hub on my Mac per the instructions here and the terminal started screaming at me when I tried npm install lol
Is Storex-Hub currently functional? I'm trying to get Memex to sync up with DevonThink and Storex seemed like the most natural route.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @worldbrain/[email protected]
npm ERR! Found: @worldbrain/[email protected]
npm ERR! node_modules/@worldbrain/storex
npm ERR! @worldbrain/storex@"^0.4.1" from the root project
npm ERR! @worldbrain/storex@"^0.4.1" from [email protected]
npm ERR! node_modules/storex-hub-plugin-internal-selftest
npm ERR! dev storex-hub-plugin-internal-selftest@"^0.0.2" from the root project
npm ERR! 3 more (@worldbrain/storex-backend-typeorm, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @worldbrain/storex@"^0.3.5" from @worldbrain/[email protected]
npm ERR! node_modules/@worldbrain/storex-backend-dexie
npm ERR! @worldbrain/storex-backend-dexie@"^0.3.1" from the root project
npm ERR! peer @worldbrain/storex-backend-dexie@"^0.3.1" from @worldbrain/[email protected]
npm ERR! node_modules/@worldbrain/storex-middleware-change-watcher
npm ERR! @worldbrain/storex-middleware-change-watcher@"^0.1.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @worldbrain/[email protected]
npm ERR! node_modules/@worldbrain/storex
npm ERR! peer @worldbrain/storex@"^0.3.5" from @worldbrain/[email protected]
npm ERR! node_modules/@worldbrain/storex-backend-dexie
npm ERR! @worldbrain/storex-backend-dexie@"^0.3.1" from the root project
npm ERR! peer @worldbrain/storex-backend-dexie@"^0.3.1" from @worldbrain/[email protected]
npm ERR! node_modules/@worldbrain/storex-middleware-change-watcher
npm ERR! @worldbrain/storex-middleware-change-watcher@"^0.1.1" 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 /Users/roberthaisfield/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/roberthaisfield/.npm/_logs/2022-04-28T18_28_15_175Z-debug-0.log
I have the same issues and I am on windows. I did try the npm to fix it with --force and when that didn't work --legacy-peer-deps at the end to try and install it anyways despite the broken dependencies and I still saw these errors.