nydus / heroprotocol

heroprotocol is a Javascript port of Blizzard/heroprotocol for Heroes of the Storm .StormReplay parsing
Other
19 stars 10 forks source link

Node version for storm-replay #21

Closed GaryIrick closed 4 years ago

GaryIrick commented 4 years ago

I'm opening an issue here, since the storm-replay repo is readonly. What Node versions does it support? I am having trouble building it with 12.6.3, don't know if that's expected to work, or I am ice-skating uphill.

I don't need anything fixed for now, just need the info.

Thanks!

jnovack commented 4 years ago

Well, it was last built and tested by me for node8.

jnovack commented 4 years ago

I just republished the latest working version that passes tests for node 8.

Newer versions of node-gyp and mocha cause issues with node 8. If I am bored, I'll try to update to node 10, then 12.

jnovack commented 4 years ago

Tested and working under node v10.21.0 and node gyp v6.1.0

https://github.com/nydus/storm-replay/blob/master/package.json#L27

https://github.com/nydus/storm-replay/issues/9