tuxnsk / nodejs_libmodbus

libmodbus binding for nodejs
42 stars 66 forks source link

Can't install #36

Closed pyxiscloud closed 8 years ago

pyxiscloud commented 8 years ago

Hello Trying to install on raspbian jessie: sudo npm install https://github.com/tuxnsk/nodejs_libmodbus

got this error: autogen.sh: 2: autoreconf.sh not found Running autoreconf failed

please fix?

pyxiscloud commented 8 years ago

fixed: run

sudo apt-get update
sudo apt-get upgrade
sudo npm update
sudo npm -g update