Skip to content

Not Able to Install Package via npm install --save bitgo #6038

Open
@DhrumilTechnource

Description

@DhrumilTechnource

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions