Tag: arm

How not to create a Node executable for ARM

There is one thing I would like to do properly for a quite some time: Create executable NodeJS application on an x64 machine for ARMv6 Now I have mastered the process to some extent, with the following steps: Write an app on a host x64 machine scp sources to the target ARMv6 mac…