evandcoleman / node-appletv

A node module for interacting with an Apple TV (4th-generation or later) over the Media Remote Protocol.
https://evandcoleman.github.io/node-appletv/
MIT License
178 stars 48 forks source link

Install fails on node_curve.cc compile #30

Closed thedave42 closed 4 years ago

thedave42 commented 5 years ago

When I try to install node-appletv I'm getting an issue with one of the dependencies that causes the install to fail. I've tried this on both a Windows 10 Home x64 machine and a MacOS 10.14.5 machine and get the same error.

This is the install log from the Windows 10 machine: 2019-06-25T01_53_39_250Z-debug.log

This is the log from the MacOS machine: 2019-06-25T01_50_17_354Z-debug.log

lewisthompson commented 4 years ago

I'm hitting this too. node-appletv has a package lock for curve25519-n of 1.1.3 which won't build for me with node v12.14.0.

Manually running npm i curve25519-n fetches 1.5.0 which builds but obviously this isn't helping my situation because of that package lock.

evandcoleman commented 4 years ago

Please try with 1.0.11.