-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
RaspberryPi issue #1841
Comments
I have no issues with my Pi 400s. But the provided error code looks more like a broken source file than an issue with Johnny-Five. It should be impossible for a Johnny-Five error to produce a |
I'd try |
In addition you can try to install the main branch instead of npm (npm last update is 3years ago, while github is 1year ago). |
But the Release version number here matches the one at IMHO this issue can be closed. |
@scottgonzalez I take it back. I see now that Serial has been updated in 2023, but no new release has been presented. Maybe we should ask to make a new |
I wouldn't hold your breath for a release. I gave up waiting for one a long time ago and started using my own fork (also forked As for using a date as a patch version, that is definitely not a good practice. If you want to include a date in the version, it should be in the build metadata, e.g., @dtex can you close this issue? |
I should ping @rwaldron. I think he believes I can publish releases at npm, but that's the one privilege I don't have. |
@scottgonzalez Actually my real goal is to find a stable Node-Red module, that would properly handle Firmata. The Node-Red's built-in module called: 35-aruino, based on Firmata-io, can not properly handle:
The whole Arduino module is freezing down. I've checked the codebase of those files, and I think the main problem is:
So I thought what if Johnny-five can handle it better? (Was big fan of the movie as a child 🤖 .) |
I'm using Raspberry Pi 4B.
code:
Error:
As i was testing the issue, error is displayed in the first line (
var five = require("johnny-five");
).The text was updated successfully, but these errors were encountered: