Skip to content
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

packaging fails with missing node19 #1066

Closed
pmatos opened this issue May 24, 2023 · 0 comments
Closed

packaging fails with missing node19 #1066

pmatos opened this issue May 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pmatos
Copy link

pmatos commented May 24, 2023

Describe the bug
Following the build instructions fails at packaging with missing node19 even if I have installed it myself.

To Reproduce
Steps to reproduce the behavior:

  1. clone
  2. make install
  3. make build (or npm run build-linux)

I get

> @codecov/uploader@0.5.0 build-linux
> pkg . --targets linuxstatic --output out/codecov-linux

> pkg@5.6.0
> Error! No available node version satisfies 'node19'

I have tried npm i node@19 and my system node is also 19.9.0. (Archlinux)

Expected behavior
Static binary of codecov is created.

@pmatos pmatos added the bug Something isn't working label May 24, 2023
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

No branches or pull requests

2 participants