microsoft / vscode-iot-workbench

Azure IoT Device Workbench for Visual Studio Code
170 stars 74 forks source link

bug fix: configure device setting fails #980

Closed dilin-MS closed 4 years ago

dilin-MS commented 4 years ago

Issue root cause: When installing node-usb-native package, the dependent package @serialport/bindings somehow can not be successfully installed, which cause the failure of device setting configuration. After updating the package-lock.json, @serialport/bindings package can be successfully installed, which resolves the bug.