Skip to content

bvm install command is nearly unusable #74

@darkyelox

Description

@darkyelox

Hi, I have faced this problem often on my system, the installation of the bit command is too slow, sometimes it took 20 minutes and others it just stuck and never ends and sometimes it just take hours to finish, in this example I'm trying to install it on a Docker container under node v16.

image

For testing I just created a Dockerfile, run it and then attach a shell for running the bvm install command manually.

FROM node:16-bullseye

RUN npm i -g @teambit/bvm

# RUN bvm install

ENTRYPOINT ["tail", "-f", "/dev/null"]

Is there a way to get the Bit executable manually? I just want it for my Dev Container in VSCode but this is a blocker, imagine running a dev container that tooks hours for start the first time.

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