2pk03 / bacnet-mqtt-gateway

BACnet MQTT Gateway
Apache License 2.0
49 stars 26 forks source link

mqtt dependency version #8

Closed magicmatt007 closed 3 years ago

magicmatt007 commented 3 years ago

Hi,

I cloned the project to my Windows 10 machine.

"npm install" generates the error "No matching version found for mqtt@>=5.6.1."

When checking on NPM for the latest version of mqtt, it says 4.2.6: (https://www.npmjs.com/package/mqtt)

Am I missing something?

Thx!

2pk03 commented 3 years ago

Hey @magicmatt007 ,

thanks for reporting, just fixed. Sorry that we took so long, we lost a bit the view :) I also fixed package.json, test builds are now clean.

best