Closed olivierpilotte closed 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."
}
}
These are the logs from the docker container. Bit complains about
teambit.bit/scope
not being found.I tried to add the package in the
init.sh
script:But it doesn't change anything. Still failing.