01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
494 stars 35 forks source link

Fixed a couple of dev issues on windows #75

Closed dcodeIO closed 7 years ago

dcodeIO commented 7 years ago

install-node-v8 now also searches for 7z in the default install location and, within package.json, a wrapper is used to spawn node-v8 for 'cmd' compatibility.

dcodeIO commented 7 years ago

From the logs I am not exactly sure why the build is failing. The PR actually didn't touch the download portion of install-node-v8 and it is working fine for me locally. Hmm...

dcodeIO commented 7 years ago

Found it: It appears that there is no windows build (yet) at https://nodejs.org/download/nightly/v8.0.0-nightly20170508ea1b8a5cbc/, which is unrelated to this particular PR, but makes the build fail.

nidin commented 7 years ago

That's a known issue. JSON file is updating prior to binary upload. May be take second last nightly build from the list.