I am trying to use this module on Ubuntu 22.04 running node v16.
There are quite a few old issues stating that there is no support past 13, but it installed without issue on 16, no errors. Then I see there have been updates since the previous mentions of issues past 13 and in the description stating that there is no support past 13.
Can I get a final confirmation in 2024 that this repo requires node13 or lower in order to function? Or the code runs, just that I cannot discover my device when running the server. Then again, maybe I am running it wrong.
I am using NestJS and I activate the Bluetooth code via a route, however the server object is pretty empty once it's called.
{
"_events": {},
"_eventsCount": 1,
"inDisconnect": false,
"server": {}
}
I have gone through the other issues that have been reported here and nothing has changed the outcome.
I am trying to use this module on Ubuntu 22.04 running node v16.
There are quite a few old issues stating that there is no support past 13, but it installed without issue on 16, no errors. Then I see there have been updates since the previous mentions of issues past 13 and in the description stating that there is no support past 13.
Can I get a final confirmation in 2024 that this repo requires node13 or lower in order to function? Or the code runs, just that I cannot discover my device when running the server. Then again, maybe I am running it wrong.
I am using NestJS and I activate the Bluetooth code via a route, however the server object is pretty empty once it's called.
I have gone through the other issues that have been reported here and nothing has changed the outcome.