Open
Description
I'm encountering an error when trying to install the bitgo package using npm. The installation fails with a Git error related to a missing repository.
Steps to Reproduce:
Run the following command in your project directory:
npm install --save bitgo
Observe the error output:
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/BitGo/blake2b.git
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
Environment:
OS: [Ubuntu 22.04]
Node version: [v22.14.0]
npm version: [v10.9.2]
Expected Behavior:
The bitgo package should install successfully via npm without errors.
Actual Behavior:
The installation fails due to an inaccessible GitHub repository dependency: [email protected]:BitGo/blake2b.git.