Following on from some online searching I decided to upgrade node from 0.10.12 to the latest version using the following commands:
npm cache clean -f
npm install -g n
n stable
After a re-compile it all worked!
I was under the understanding that the latest version of npm would not work on the Pi and is why you enter:
sudo npm -g install npm node-gyp
I think this is where node goes down to 0.10??
Anyway, the package complied with lot's of depreciated warnings but now runs.
I will now try to re-produce the install without ending up with node at 0.10.nn. This may also be the root cause of the other problems I have with EspruinoHub crashing when connecting to a Puck.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Following on from some online searching I decided to upgrade node from 0.10.12 to the latest version using the following commands:
npm cache clean -f
npm install -g n
n stable
After a re-compile it all worked!
I was under the understanding that the latest version of npm would not work on the Pi and is why you enter:
sudo npm -g install npm node-gyp
I think this is where node goes down to 0.10??
Anyway, the package complied with lot's of depreciated warnings but now runs.
I will now try to re-produce the install without ending up with node at 0.10.nn. This may also be the root cause of the other problems I have with EspruinoHub crashing when connecting to a Puck.