Skip to end of banner
Go to start of banner

Node.js

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page is to capture status and progress on https://github.com/nodejs support for windows on arm.

Status

  • Node.js has added support for windows on arm.

  • Nearform added CI support with Surface Pro X loaned from Arm

  • Official releases are still missing. See https://github.com/nodejs/build/issues/2540

    • Unofficial releases are available. Example here

  • CI arm64 machine seems stopped since 22/02/2022. Tests seem ok on latest version (28/03/2022).

Build from Source

Clone https://github.com/nodejs repository

Run

.\vcbuild openssl-no-asm arm64

This will generate .\Release\node.exe binary and all required libraries and tools

Recipe

https://gitlab.com/Linaro/windowsonarm/packages/nodejs-testing/-/blob/master/recipe.sh

  • No labels