Che-theia build crash when runing foreach_yarn
in Dockerfile
#20226
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
Throw error when building
[email protected]
imageI think It is related to eclipse-theia/theia@f9c0311
It add
keytar
as dependency, and thekeytar
depend onlibsecret
che-theia fixed it in eclipse-che/che-theia@6b900cb
But, In
[email protected]
, It misslibsecret
. So it throw error when runningforeach_yarn
I think It is because The cli will update theia version with
^
in code, But the theia will be installed as the latest version actually.So, My theia version is
1.13.0
, and It will installed with1.16.0
I think It should lock the theia version or use
~version
Che version
Steps to reproduce
Expected behavior
Build correctly
Environment
The text was updated successfully, but these errors were encountered: