-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
[bug] semver package missing in docker image #15
Comments
@ODINServ I think this isn't a bug anymore as it was caused by a broken zwave-js version. Feel free to reopen if I'm wrong |
Hey, It is still not working for me, i also see that the image was lased pushed 4 days ago on docker hub? I did remove the old "dev" image locally, see commandline output: [ltm ~]# podman run -it zwavejs/zwavejs2mqtt:dev
|
@ODINServ Let me try to update zwave-js to latest |
@ODINServ try in 30 minutes when the build finish |
It works! The dev image and the last tag! Thnx |
@ODINServ You welcome! Keep testing and let me know if you find some other bugs |
podman run --rm -it -p 8091:8091 --device=/dev/ttyACM0 -v zwave-js:/usr/src/app/store zwavejs/zwavejs2mqtt:dev
Results in an error:
Error: Cannot find module 'semver'
Workaround for me was to rebuild the image and add the semver package:
The text was updated successfully, but these errors were encountered: