Node 10.15.3 binaries disappeared for some platforms
See original GitHub issueIs this a BUG or a FEATURE REQUEST?: BUG
What happened: Builds for Node 10.15.3 on Linux-64 and Windows-64 stopped working. Apparently, the binaries have disappeared from https://github.com/nexe/nexe/releases
What you expected to happen: Builds for these versions should still work.
How to reproduce it (as minimally and precisely as possible):
$ rm -rf ~/.nexe # Clear cached versions
$ nexe -t windows-x64-10.15.3 index.js
ℹ nexe 3.1.0
✔ Downloading pre-built Node.js
✔ Finished in 1.322s
Error: https://github.com/nexe/nexe/releases/download/v3.0.0/windows-x64-10.15.3 is not available, create it using the --build flag
See nexe -h for usage..
Anything else we need to know?: It probably broke somewhere between 21 June and 24 June (according to build failures in our pipeline).
Environment
- Platform(OS/Version): Windows 10, 64 bit, node:10.15.3 docker image
- Host Node Version: Node 10.15.3
- Target Node Version: Node 10.15.3
- Nexe version: 3.1.0, 3.2.0
- Python Version: 3.6.8
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How can I solve error gypgyp ERR!ERR! find VSfind VS ...
At first, I would run Visual Studio Installer and add "Visual Studio C++ core features", because it says it wants it and it...
Read more >Download & Update Node.js to the Latest Version! Node v19 ...
Direct download links to update to the latest Node.js versions: Node ... Starting from Node.js 18.0.0, users can build a Node.js binary with ......
Read more >Download - Node.js
Download the Node.js source code or a pre-built installer for your platform, and start developing today. LTS. Recommended For Most Users.
Read more >n - npm
n – Interactively Manage Your Node.js Versions · Supported Platforms · Installation · Installing Node.js Versions · Specifying Node.js Versions.
Read more >How to install Node.js and npm on macOS - Fullstack.io
That means that the command you are trying to run is not installed. But worry not, there are several ways to install Node.js...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can’t edit my previous comment, info:
Thanks for the quick response @calebboyd!
Do you have a rough estimate of when the builds will be back (hours, days, weeks)? (Asking because we may need to create a temporary patch with custom builds in the mean time.)