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
Just run the specified node version and you will get the issue (i guess)
What happens?
When running the code const board = new Board(); I get an error.
The error is the following (HardwareDevicesService.ts is my file):
board.js:42 Uncaught TypeError: serialport.list is not a function
at Board.detect (board.js:42)
at new Board (board.js:291)
at addBoard (HardwareDevicesService.ts:24)
What should have happened?
run without errors
Additional information
I'm using electron-forge but I dont think that matters.
The text was updated successfully, but these errors were encountered:
SerialPort Version
10.5.0
Node Version
14.16
Electron Version
12.0.4
Platform
Microsoft Windows NT 10.0.22621.0 x64
Architecture
x64
Hardware or chipset of serialport
No response
What steps will reproduce the bug?
Just run the specified node version and you will get the issue (i guess)
What happens?
When running the code
const board = new Board();
I get an error.The error is the following (HardwareDevicesService.ts is my file):
What should have happened?
run without errors
Additional information
I'm using electron-forge but I dont think that matters.
The text was updated successfully, but these errors were encountered: