aelveborn / Wii-Scale

Turns your Wii Balance Board into a scale and presents your weight on a responsive website. Runs Linux and works on your Raspberry Pi.
http://aelveborn.github.io/Wii-Scale/
GNU General Public License v2.0
116 stars 27 forks source link

npm start doesn't work on pi #22

Closed maojh closed 6 years ago

maojh commented 7 years ago

Hi, I'm trying to install wii-scale on a raspberryPi 3 and during installation I get this error after "npm start". Probably it's a problem on my system and not with the wii-scale code, clues?

npm start Err.txt npm-debug.log.txt

ghost commented 7 years ago

@maojh Had the same problem, try sudo apt-get install nodejs-legacy. It worked for me.

aelveborn commented 6 years ago

Has been open long enough without comments, closing issue. Pro tip: #26 explains some findings using RPi3.