Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
466 stars 174 forks source link

Install on Node.JS 8.+ #147

Closed biancode closed 6 years ago

biancode commented 6 years ago

Hi,

please, could you upgrade to serialport@5.0.0 or set the preinstall in the package.json:

"preinstall": "npm install --build-from-source serialport@4.0.7"

serialport@4.0.7 is supported on node v8 but needs the build from source

LTS v8 comes in October

Thanks! Klaus

stefanpoeter commented 6 years ago

I will do that.

Btw. do you know if the 5.0 serialport works under ubuntu?

biancode commented 6 years ago

Dear Stefan,

thank you and no, I'm sorry, I didn't test with Ubuntu for now.

stefanpoeter commented 6 years ago

@biancode Have a look at #148. Travis CI tells mit everything is fine, can you confirm that?