Node 10.16 support?
See original GitHub issueIs this a BUG or a FEATURE REQUEST?: BUG
What happened: Our build system is set up to create a nexe binary with the latest LTS version of Node, which is 10.16.0 at the time of this writing. When I try to this on Linux or macOS, I get this error:
ℹ nexe 3.2.1
✔ Downloading pre-built Node.js
✔ Finished in 2.297s
Error: https://github.com/nexe/nexe/releases/download/v3.0.0/mac-x64-10.16.0 is not available, create it using the --build flag
See nexe -h for usage..
What you expected to happen: The binary builds with Node 10.16
How to reproduce it (as minimally and precisely as possible):
In the command line, install the latest nexe and run
nexe -t darwin-10.16.0 index.js
Anything else we need to know?:
Environment
- Platform(OS/Version): macOS/10.14.5
- Host Node Version: 10.16.0
- Target Node Version: 10.16.0
- Nexe version: 3.2.1
- Python Version: 2.7.10
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION
Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads C...
Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads C...
Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
Read more >Node.js - endoflife.date
Release Released Active Support
19 2 months and 6 days ago. (18 Oct 2022) Ends in 3 months and 1 week. (01 Apr 2...
18...
Read more >Support macOS Big Sur (10.16 / 11.0) #34043 - nodejs/node
I know its very early days, but currently node fails to install on macOS 10.16 installing via brew Describe the solution you'd like...
Read more >Node.js ES2015/ES6, ES2016 and ES2017 support
Yes. Yes Yes. Yes Error. Error Error. Error Error. Error Error. Error
function() function() function() function() function() function()
function() function() function() function() function() function()
function() function()...
Read more >node.js - npm does not support Node v10.16.0 but my version ...
npm does not support Node.js v10.16.0 . However my version of npm is 6.9.0 which is the version that is tied to 10.16.0....
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
@calebboyd No 10.16.0 binaries other than mac yet. Also, it seems that 10.15.3 binaries are lost?
@asamuzaK I’m having the same issue: we didn’t change anything in the code, but our builds starting failing complaining that 10.15.3 binaries aren’t available.
They still work fine on my local machine, probably because they are still cached there.