domino-team / domino-firmware

This is the firmware and source code for Domino
12 stars 10 forks source link

Node v0.12.7 on Linux domino 3.18.21 #6

Closed yaseenox-personal closed 8 years ago

yaseenox-personal commented 8 years ago

I installed node package from this link http://domino.io/firmware/pi/1.3/packages/packages/node_v0.12.7-1_ar71xx.ipk but I get this error when I try to run node script. root@domino:/# node /test/helloWorld.js Illegal instruction

can you help me please.

alzhao commented 8 years ago

Here is the compiled package which works. I will update the firmware. nodejs.zip usage: copy to your domino board, e.g. /tmp/ unzip them then

opkg update opkg install *.ipk

yaseenox-personal commented 8 years ago

It works. thank you very much.

yaseenox-personal commented 8 years ago

root@domino:/# npm install aws-iot-device-sdk -ash: npm: not found

Is possible to install packages from npm ?