Skip to content

[Bug]: The version number in package.json is 0.0.0, which causes an error in yarn build: vscode #5795

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

Closed
4 tasks done
312681223 opened this issue Nov 19, 2022 · 1 comment · Fixed by #5823
Closed
4 tasks done
Assignees
Labels
bug Something isn't working

Comments

@312681223
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

./ci/build/build-vscode.sh: line 58: VERSION: unbound variable
jq: error (at /dev/fd/63:0): object ({"nameShort...) and null (null) cannot be multiplied
error Command failed with exit code 5.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Steps to Reproduce

  1. yarn build:vscode

Expected

run success

Actual

./ci/build/build-vscode.sh: line 58: VERSION: unbound variable
jq: error (at /dev/fd/63:0): object ({"nameShort...) and null (null) cannot be multiplied
error Command failed with exit code 5.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Logs

No response

Screenshot/Video

No response

Does this issue happen in VS Code or GitHub Codespaces?

  • I cannot reproduce this in VS Code.
  • I cannot reproduce this in GitHub Codespaces.

Are you accessing code-server over HTTPS?

  • I am using HTTPS.

Notes

./ci/build/build-vscode.sh: line 58: VERSION: unbound variable
jq: error (at /dev/fd/63:0): object ({"nameShort...) and null (null) cannot be multiplied
error Command failed with exit code 5.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@312681223 312681223 added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Nov 19, 2022
@jsjoeio
Copy link
Contributor

jsjoeio commented Nov 30, 2022

I was able to reproduce this.

image

Seems like this got missed in: #5753

I can fix this.

@jsjoeio jsjoeio self-assigned this Nov 30, 2022
@jsjoeio jsjoeio removed the triage This issue needs to be triaged by a maintainer label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants