Publié par Laisser un commentaire

Raspberry Pi, Node.js, npm et Illegal Instruction

Voici un workaround pour Rasperry Pi, node.js et npm qui retourne l’erreur

Illegal Instruction

Deux simples lignes pour installer la dernière version stable:

cd /tmp
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb