-
Notifications
You must be signed in to change notification settings - Fork 13
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
Install failed node v10 #12
Comments
Yeah, in Node 10 that is deprecated, does it work? those are just warnings. |
@roccomuso
|
How can we get this working on Node v10? |
@mkormendy the workaround doesn't work for you? |
This error occurs in a repo that uses this package as a dependency. (https://github.com/homespun/homebridge-platform-ring-video-doorbell) Looks like I'm going to have to fork it and modify the package.json to use a different dependency. |
That repo doesn't use |
It uses the socketwatcher. I'll have to work around that. |
ok, so that should be the place to discuss it. There's already an issue: btrask/node-socketwatcher#18. |
Yes, I tracked that issue to this issue - we're cyclical now. |
@mkormendy Looks socketwatcher no longer maintained, node_pcap change the dependency socketwatcher to this fork. |
Thank you @realdennis!! Thanks! |
@mkormendy Great! 👍 |
--
Build failed in socket_watcher
--
Node version: v10.4
NPM version: v6.1.0
Compiler version:
Apple LLVM version 10.0.0 (clang-1000.10.25.5)
Target: x86_64-apple-darwin17.6.0
I found this issue when I install kickthemout, and it depend on arpjs.
I thought the root cause is
socketwatcher
like this? ?The text was updated successfully, but these errors were encountered: