We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See oven-sh/bun#5789 . I think we need to pin the latest node-serialport (12.0.0+) but can't get it to fully work yet.
node-serialport
The text was updated successfully, but these errors were encountered:
Ok so going from node-serialport 9.2.8 to the latest 12.0.0 version gets Kaluma running, but then we get errors like:
kaluma.js:75 const ports = await SerialPort.list(); ^ TypeError: SerialPort.list is not a function
I believe this may be because serialport needs to be added to trustedDependencies in package.json
serialport
trustedDependencies
package.json
Sorry, something went wrong.
No branches or pull requests
See oven-sh/bun#5789 . I think we need to pin the latest
node-serialport
(12.0.0+) but can't get it to fully work yet.The text was updated successfully, but these errors were encountered: