edge icon indicating copy to clipboard operation
edge copied to clipboard

No binary for 8.10.0 LTS

Open timonsku opened this issue 6 years ago • 4 comments

When installing packages that use edge as a dependency I get the following error: Error: The edge module has not been pre-compiled for node.js version v8.10.0. You must build a custom version of edge.node. Please refer to https://github.com/tjanczuk/edge for building instructions.

Building fails after installing all pre-requisites with a reference to Windows SDK 8.1 being missing. I'm on Windows 10. windows-build-tools is installed.

timonsku avatar Mar 22 '18 15:03 timonsku

Hello World!

tjanczuk avatar Mar 22 '18 15:03 tjanczuk

Try using https://github.com/agracio/edge-js instead

agracio avatar Mar 22 '18 16:03 agracio

+1

Bhawnananda avatar Mar 26 '18 10:03 Bhawnananda

@agracio Thanks, I'll be switching to the edge-js package for NodeJS 8/9/10 support.

@tjanczuk Is there a reason you don't want to update the library to support the newer NodeJS versions? I noticed the source code has support for NodeJS 8 now, but the latest npm package appears to be the older v7.

(I'm guessing it's just because you're short on time, but just confirming.)

Venryx avatar May 29 '18 08:05 Venryx