You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Currently neon build automatically sets the Node ABI version number by extracting it from process.versions.modules. It should be possible to pass an optional ABI version like neon build --abi=43 to support "cross-compiling" to different Node versions.
The text was updated successfully, but these errors were encountered:
Currently
neon build
automatically sets the Node ABI version number by extracting it fromprocess.versions.modules
. It should be possible to pass an optional ABI version likeneon build --abi=43
to support "cross-compiling" to different Node versions.The text was updated successfully, but these errors were encountered: