Tag: node

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: 1. Write an app on a host x64 machine 1. scp sources to the target ARMv...