-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix Ringer Starup Issue #47
Comments
Update 1Still no progress on this issue. Tried:
Asked an issue here: sindresorhus/electron-store#267 |
Update 2The issue that has been created on this doesn't appear to be getting any attention. We may have to switch to a different library as this one appears to be having problems. |
Update 3The first error is resolved by upgrading all dependencies however there is another error with [19440:1108/170708.841:ERROR:CONSOLE(5566)] "SyntaxError: Unexpected token & in JSON at position 580314", source: chrome-devtools://devtools/bundled/shell.js (5566) As well as this on in the dev tools: bundle.js:53509 Uncaught ReferenceError: globalThis is not defined
at bundle.js:53509
at bundle.js:54006
at bundle.js:54023 |
Problem ResolvedThe issue was fixed by changing the node version the app was running with to the latest version. |
Description
Ringer won't start in the development environment and instead will pop up with a window showing this error:
To Reproduce
Steps to reproduce the behavior:
yarn ringer-start
Expected behavior
Ringer should launch as normal but as we can see, it is throwing this error. It is unknown if this is a code issue or if it is isolated to 1 system.
Screenshots
Will Add Screenshots Later
Desktop
The text was updated successfully, but these errors were encountered: