CANDY-LINE / node-red-contrib-generic-ble

A Node-RED node set for providing access to generic BLE peripheral GATT characteristics.
Apache License 2.0
24 stars 22 forks source link

module fails to load after upgrade to 3.1.0 #33

Closed cbrandlehner closed 4 years ago

cbrandlehner commented 4 years ago

from the Node-red log:

May 20 10:34:23 rpi3 Node-RED[801]: 20 May 10:34:23 - [warn] [node-red-contrib-generic-ble/generic-ble] Error: Cannot find module '../../node_modules/@abandonware/noble/lib/noble'

cbrandlehner commented 4 years ago

Update: The problem occured after updating from 3.1.0 to 4.0.0

cbrandlehner commented 4 years ago

I did the following to restore:


rm -r node_modules/node-red-contrib-generic-ble/
npm install node-red-contrib-generic-ble@3.1.0

old version 3.1.0 is working fine.

dbaba commented 4 years ago

Thank you for the report. Fixed the issue and published v4.0.1.