Please add node v18 x86 version to the Windows build VMs
The x86 build of Node 18.x is now available on the official website, please add node v18 x86 version to the windows build VMs so that generic build script won't fail. Thanks.
Build started
Fetching repository commit (7003960)...OK
Total: 227.3 KB in 15 files
Running Install scripts
Install-Product node $env:nodejs_version $env:Platform
node 18.0.0 x86 package not found
https://nodejs.org/en/download/
https://help.appveyor.com/discussions/problems/31957-please-install...
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 06 Nov, 2022 04:00 AM
You should be able to use
18.12.0 x86
now.2 Posted by cschanaj on 06 Nov, 2022 04:48 AM
It works. Thanks for the quick response!
3 Posted by Almenon on 18 Nov, 2022 09:55 PM
Can you also add node 18 to ubuntu please? https://github.com/extrabacon/python-shell/pull/272/files is failing - see https://ci.appveyor.com/project/Almenon/python-shell/build/job/mxot12bwrry71ppp
4 Posted by Almenon on 18 Nov, 2022 10:08 PM
Actually it looks like node 18 *is* installed already, but nvm is not working, possibly due to missing GLIBC_2.28.
Support Staff 5 Posted by Feodor Fitsner on 19 Nov, 2022 01:53 AM
As far as I understand Node 18+ dropped support for Ubuntu 18.04: https://github.com/nodesource/distributions/issues/1392
Use it with Ubuntu 20.04.
6 Posted by Almenon on 16 Jan, 2023 12:27 AM
Okay, thanks! I switched to Ubuntu2004 and it worked.