You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Error: Couldn't find any versions for "@theia/core" that matches "1.28.0-next.0+f35df816abc"
at MessageError.ExtendableBuiltin (/opt/yarn-v1.22.4/lib/cli.js:721:66)
at new MessageError (/opt/yarn-v1.22.4/lib/cli.js:750:123)
at Function.<anonymous> (/opt/yarn-v1.22.4/lib/cli.js:50545:13)
at Generator.next (<anonymous>)
at step (/opt/yarn-v1.22.4/lib/cli.js:310:30)
at /opt/yarn-v1.22.4/lib/cli.js:321:13
at processTicksAndRejections (internal/process/task_queues.js:97:5)
I can't even tell where the version "1.28.0-next.0+f35df816abc" error originates from.
Any tips or are these Dockerfile's no longer maintained, in favor of Theia Blueprint?
@filipthoen2 thank you for the discussion, as you pointed out the dockerfiles are no longer maintained (#496).
If you are to maintain your own dockerfile I'd suggest going for latest releases and not next (which can sometimes cause version mismatches). In essence you'll want to make sure that each @theia dependency is the same version.)
Hello there!
I tried to rebuild the theia-docker & theia-cpp-docker container images on Ubuntu 18.04 & Docker v20.10.17, and in both cases I get the error:
I can't even tell where the version "1.28.0-next.0+f35df816abc" error originates from.
Any tips or are these Dockerfile's no longer maintained, in favor of Theia Blueprint?
Thanks,
Filip
Full Build Log
The text was updated successfully, but these errors were encountered: