-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build chectl outside Che #21367
Comments
What's your nodejs version ? Try with nodejs 16.x |
I was running node 14.19, but after installing 16.15 the same output appears (and I recloned the repository so it can't be cached build files or anything). |
I am running this on Artix Linux 5.17.4. npm is 8.5.5. Let me know if any other environment inforrmation would hlep. |
@yujiri8 |
I checked out the tag v7.41.2. There are no changes in package.json, though yarn.lock did get modified after running yarn.
|
@yujiri8 [1] https://github.com/che-incubator/chectl/blob/7.41.2/package.json#L25 |
@tolusha is this issue present in other chectl release branches? Do we need a follow-up issue to fix it? |
Ah, Tolusha's suggestion fixed it for me. Thank you. |
Actually this issue helped me realize that our release actions behave incorrectly. @mkuznyetsov pls have a look. |
Thanks for catching this @yujiri8 👍 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
well, this change has broken the release process because the GH action that creates the release PR needs the branch to exist :) will work on a fix... https://github.com/che-incubator/chectl/actions/runs/3540932049/jobs/5944574155 |
Basically we can close this issue now. |
Summary
Because of the situation with #21366, I'm now stuck in a situation where I don't have a Che cluster deployed and can't redeploy it. I planned to build the old version myself but found that the documentation expects me to develope chectl only from inside Che; is there any documentation on building it outside of itself?
Relevant information
I tried to run
yarn
as instructed, incase that would just work. Here's the output I got:The text was updated successfully, but these errors were encountered: