You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try using @abandonware/noble instead.
Install https://github.com/abandonware/noble | (npmjs), then modify yee.js line 9: var noble = require('noble');
to var noble = require('@abandonware/noble');
It worked flawlessly for me.
The text was updated successfully, but these errors were encountered:
sw2719
changed the title
For anyone having problems installing noble
For anyone having problems installing noble for BLE
May 24, 2020
Try using @abandonware/noble instead.
Install https://github.com/abandonware/noble | (npmjs), then modify yee.js line 9:
var noble = require('noble');
to
var noble = require('@abandonware/noble');
It worked flawlessly for me.
The text was updated successfully, but these errors were encountered: