-
Notifications
You must be signed in to change notification settings - Fork 386
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
Node.js 12 Support #277
Comments
|
Shoot...upgraded node to get ffmeg homebridge plugin working and then ran into this....waiting in the wings for Node 12 support |
Damn, me too. |
This should be resolved in 4.4.1 which is in beta. I'm looking for a couple people to test this before publishing to everyone. The beta release can be installed with this command:
|
Hello, thats great, i tasted with node 12.2.0 and config-ui-x 4.4.1-beta.1 and it works perfectly. thank you very much. |
Hmm I installed the beta, homebridge started it up okay, no errors this time, however I still get a 402 bad gateway when trying to load the ui address. Here's load up - http://getsupport.itarsenal.com/snaps/Monosnap_2019-05-14_10-41-20.png |
@robertgranholm 502 bad gateway? That sounds like a reverse proxy issue. |
Resolved in v4.4.1 |
Updated to 4.4.1. Then updated node from 8.16 to 12.2. |
update first node and then npm rebuild |
Not sure what you mean by "npm rebuild". |
please open new issue with your problem and log from install and homebridge-start. my problem is not your problem |
I get the same error. [5/16/2019, 21:40:23] [homebridge-config-ui-x] Error: Cannot find module '../build/Debug/pty.node'
|
If you're getting
|
still crashing after trying that but with less errors. getting this: terminate called after throwing an instance of 'std::bad_alloc' |
okay i figured it out. nest was busted on node 12 |
Hi, |
This was fixed some time ago. |
Not fixed for me. Same problem. |
After doing a major version upgrade you need to rebuild or reinstall:
|
tried rebuild. didn't work. Tried removing and reinstalling. didn't work. |
@mentaluproar raise an issue and I'll see what I can do to help - https://github.com/oznu/homebridge-config-ui-x/issues/new?assignees=&labels=question&template=support-request.md |
I removed the plugin and tried launching again. Homebridge still tries to load it, even though its not installed and its not in the config.json. I'm going to dig a little more. It's possible this problem is my rig and not your plugin. |
Yea, node is totally broken on my system. Ignore this. Sorry. |
Error with node v12.1.0
Apr 29 18:21:40 homebridge homebridge[1812]: [2019-4-29 18:21:40] [homebridge-config-ui-x] Error: Cannot find module '../build/Debug/pty.node'
Apr 29 18:21:40 homebridge homebridge[1812]: Require stack:
Apr 29 18:21:40 homebridge homebridge[1812]: - /usr/local/lib/node_modules/homebridge-config-ui-x/node_modules/node-pty-prebuilt-multiarch/lib/utils.js
Apr 29 18:21:40 homebridge homebridge[1812]: - /usr/local/lib/node_modules/homebridge-config-ui-x/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js
Apr 29 18:21:40 homebridge homebridge[1812]: - /usr/local/lib/node_modules/homebridge-config-ui-x/node_modules/node-pty-prebuilt-multiarch/lib/index.js
Apr 29 18:21:40 homebridge homebridge[1812]: - /usr/local/lib/node_modules/homebridge-config-ui-x/dist/main.js
Apr 29 18:21:40 homebridge homebridge[1812]: - /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/fork.js
The text was updated successfully, but these errors were encountered: