Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

npm ERR! code EISGIT for websocket git file #344

@anader123

Description

@anader123

After installing setprotocol.js, I ran into an error trying to install web3 and bignumber.js in my project.

npm ERR! code EISGIT
npm ERR! git /Users/justbob/set-demo/node_modules/websocket: Appears to be a git repo or submodule.
npm ERR! git /Users/justbob/set-demo/node_modules/websocket
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.

I ran rm -rf node_modules/websocket/.git/ in the root of my project and was able to install both packages after that.

It looks someone had a similar issue in this thread and they were able to push a fix to the repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions