-
Notifications
You must be signed in to change notification settings - Fork 102
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
circular dependency #85
Comments
And today, it found the device.
No changes have been done since the last posting. Started it up this morning and to my surprise, it just started working again. I'm going to leave this issue open in case the original author or someone else decides to address the "Accessing non-existent property {cmd} of module exports inside circular dependency" issues. Perhaps fixing the discovery process or even providing a way of legitimately adding devices manually. |
Hey, We improved the current build form james and currently working (dev-v2.0 branch) on a complete remade and improved version. |
Thanks ! |
FYI, I had the same problem of circular dependencies, but when I ran the Xeroxxx code, it worked fine. |
Oddly, I was able to get this running fine without errors a few days ago. However, now I can no longer see any devices connected to the monitor. When starting the app via "npm start" I see the following errors.
I think there could have been some changes in npm/js that caused this. Tried doing an npm update and got the following message, "npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.". And while it updated some software, I still see the same error and symptom.
Unfortunately, I cannot use the pre-packaged binaries since the auto-discovery method does not work for me. I have to hard code the IP in the services/device-manager.js using the hack provided by Peter Robins' (probins) from another issue.
The text was updated successfully, but these errors were encountered: