nodejs / node-chakracore

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:
Other
1.92k stars 342 forks source link

Problems installing `npm i sleep` with node-chakracore 10.13.0. #610

Closed jdalton closed 5 years ago

jdalton commented 5 years ago

When installing npm i sleep with node-chakracore 10.13.0 I'm getting the following error:

LINK : fatal error LNK1181: cannot open input file 'chakracore.lib' [C:\projects\esm\node_modules\sleep\build\node_slee
p.vcxproj]

If I switch to node-chakracore 10.6.0 npm i sleep will complete successfully.

digitalinfinity commented 5 years ago

@boingoing can you take a look please?

boingoing commented 5 years ago

I don't see this locally when I do npm i sleep with node-chakracore 10.13.0. The install completes successfully. To test this, I used nvs (nvs add chakracore/10) but it should be equivalent to other methods. Can you share the npm log?

jdalton commented 5 years ago

Thanks @boingoing!

I'm beginning to think my system may be in a bad state. I'll close this for now. Glad it couldn't repro.