For those who have issues running node.js from packages and get unclear "No such file or directory error".
This build is using /lib/ld-linux.so.3 which you may be missing. Add a symlink /lib/ld-linux.so.3 pointing to your ld (in my case it was /lib/ld-linux-armhf.so.3).
For those who have issues running node.js from packages and get unclear "No such file or directory error".
This build is using
/lib/ld-linux.so.3which you may be missing. Add a symlink/lib/ld-linux.so.3pointing to yourld(in my case it was/lib/ld-linux-armhf.so.3).