Followed the steps on the readme.
Fails on the first npm install
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: ts-jest@25.5.1
npm error Found: jest@29.7.0
npm error node_modules/jest
npm error dev jest@"^29.7.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer jest@">=25 <26" from ts-jest@25.5.1
npm error node_modules/ts-jest
npm error dev ts-jest@"^25.5.1" from the root project
npm error
npm error Conflicting peer dependency: jest@25.5.4
npm error node_modules/jest
npm error peer jest@">=25 <26" from ts-jest@25.5.1
npm error node_modules/ts-jest
npm error dev ts-jest@"^25.5.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /root/.npm/_logs/2025-06-06T11_40_10_662Z-eresolve-report.txt
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-06-06T11_40_10_662Z-debug-0.log
Even with force, getting typed errors on TypedArray is not an UINT32Array.
Also, npm run crawl-gsv doesn't work, it resolved to an 404 error from Google.
Could these steps be updated or could you guide me in the right direction to get this project up and running?
Followed the steps on the readme.
Fails on the first npm install
Even with force, getting typed errors on TypedArray is not an UINT32Array.
Also, npm run crawl-gsv doesn't work, it resolved to an 404 error from Google.
Could these steps be updated or could you guide me in the right direction to get this project up and running?