-
Notifications
You must be signed in to change notification settings - Fork 55
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
Node build 22.7.0 is missing #151
Comments
It looks like your musl build was one of the only ones that actually made it. It's there now, maybe you weren't patient enough. The rest seem to have trouble. For debugging these kinds of problems, you should start by checking out the build logs: https://unofficial-builds.nodejs.org/logs/202408221421-v22.7.0/ Seems like a python problem running configure, maybe something was upgraded in the configure script that needs a newer python? We might need upgraded recipes here to get a python match. |
Some work in #152 to sort at least some of it out, but it seems that only two of the recipes are working now for 22.x, musl and glibc-217. The others may need work to get python updated. If someone wants to help fix this, then dig through the recent logs to see the actual errors and work backward from there. |
Resolving Pyright Node.js Download IssueIt looks like you're encountering an issue with the Pyright library trying to download a specific version of Node.js (v22.7.0) for Linux x64, which is currently unavailable. Here’s how you can resolve this issue: Steps to Resolve the Issue
or if you are using it via pip:
After installation, make sure to set it as the default version:
Use Node.js from the System Package Manager: If you don't specifically need Node.js v22.7.0, consider using the version available from your system’s package manager:
Regenerate the Build: If you still want to regenerate the build for Node.js v22.7.0, you would need to: Clone the Node.js source code:
Then follow the build instructions in the Node.js repository. Generally, you would run:
Make sure you have the necessary dependencies for building Node.js from source. Check Compatibility: After completing these steps, make sure Pyright works correctly with the installed version of Node.js. You can test it by running:
|
Pyright library is using your platform to download nodejs for Linux x64, and it now fails, because the v22.7.0 build is missing.
How can we re-generate the build ?
Pyright output:
The text was updated successfully, but these errors were encountered: