node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

N-API modules building against node-chakracore must use custom npm

Open MSLaguana opened this issue 7 years ago • 1 comments

We have made a small change to npm in this repo, part of eeec9f1bae074bceccb80e423abfd8a811e08f51

Without that change, attempting to build a N-API module (or probably any native module?) against node-chakracore will fail to find some JSRT methods, since it won't attempt to link against chakracore.dll.

MSLaguana avatar Feb 28 '18 00:02 MSLaguana

We should try static linking ChakraCore on Windows to remain compatible with NPM and require custom NPM.

aruneshchandra avatar Mar 07 '18 22:03 aruneshchandra