Closed AlCalzone closed 2 years ago
I'm not 100% sure that this will fix our issue, since I somehow cannot login in the docker container, and login is required to download a zip file. But this https://github.com/ioBroker/dev-portal/blob/79ffd9b22d12e7256e30cb63b9038de562d8a3da/express/Dockerfile#L41-L42 looks like typescript gets removed from the image, although it is actually used in production.
typescript
On the other hand, typescript is a production dependency of create-adapter, so maybe this is just npm being weird?
create-adapter
I'm not 100% sure that this will fix our issue, since I somehow cannot login in the docker container, and login is required to download a zip file. But this https://github.com/ioBroker/dev-portal/blob/79ffd9b22d12e7256e30cb63b9038de562d8a3da/express/Dockerfile#L41-L42 looks like
typescript
gets removed from the image, although it is actually used in production.On the other hand,
typescript
is a production dependency ofcreate-adapter
, so maybe this is just npm being weird?