Hi.
Following this post (Time to Expand your Yún disk space and install Node.js | Arduino Blog), I tried to install the NodeJS 'node' package on the Yun but I get this error:
Unknown package 'node'.
Is the package still available?
Or, do we have to install it from the GitHub repo now (openwrt-packages-yun/arduino/node at master · arduino/openwrt-packages-yun · GitHub)?
Thxs a lot.
Bests,
Have a look at the opkg quick guide http://arduino.cc/en/Tutorial/YunPackageManager
Thank you for your quick reply.
Ok, I found out why: the source URL in opkg.conf was wrong.
I replaced http://download.linino.org/dogstick/all-in-one/latest/packages/ with http://downloads.arduino.cc/openwrtyun/1/packages/ and now the update list is correct and the node package is found.
Thxs a lot.
Bests,
If so, then you're running on the old image. Please upgrade the yun following the link in my signature
Done. Thxs a lot.