teambit / bit-docker

A dockerfile setup to run your own Bit server.
https://docs.bit.dev
Other
89 stars 32 forks source link

Bit server not starting #6

Closed olivierpilotte closed 3 years ago

olivierpilotte commented 3 years ago

These are the logs from the docker container. Bit complains about teambit.bit/scope not being found.

+ bit init --bare
successfully initialized an empty bare bit scope.
+ bit start
error: component "teambit.bit/scope" was not found
consider running "bit dependents teambit.bit/scope" to understand why this component was needed

I tried to add the package in the init.sh script:

yarn global add @teambit/scope

But it doesn't change anything. Still failing.

olivierpilotte commented 3 years ago

Made some progress. In scope.jsonc, there seems to be a typo: teambit.bit/scope is wrong, should be teambit/scope

{
    "teambit/scope": {
      "description": "this is a simple demo scope for Harmony."
    }
}