chootka / subnodes

Subnodes is an open source project that configures your Raspberry Pi as a wireless AP, Node.js server, and BATMAN ADV mesh point.
Other
205 stars 39 forks source link

chat app does not load after install #22

Open bmoren opened 5 years ago

bmoren commented 5 years ago

settings are all good, set the AP SSID and could connect no problem, but the page does not load anything in browser.

I think this has something to do with node being installed at version 4.x.x and that it's too old to understand let variable definitions

bmoren commented 5 years ago

the node installer hasnt been updated since 2015:

https://node-arm.herokuapp.com/ https://github.com/nathanjohnson320/node_arm

perhaps using nvm to install would provide an easy interface with the latest version: https://github.com/creationix/nvm

I've used a similar method here: https://github.com/bmoren/node-omxplayer-sync/blob/master/install.sh