We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I get
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.
The text was updated successfully, but these errors were encountered: