node-chakracore
node-chakracore copied to clipboard
N-API modules building against node-chakracore must use custom npm
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.
We should try static linking ChakraCore on Windows to remain compatible with NPM and require custom NPM.