cryptlex/lexactivator-js

Windows: Could not locate the bindings file

Closed this issue · 3 comments

jaulz commented

On Windows I see the following issue:

    Could not locate the bindings file. Tried:
     → PATH\node_modules\@cryptlex\lexactivator\build\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\build\Debug\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\build\Release\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\out\Debug\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\Debug\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\out\Release\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\Release\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\build\default\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\compiled\12.4.0\win32\x64\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\addon-build\release\install-root\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\addon-build\debug\install-root\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\addon-build\default\install-root\lexactivator.node
     → PATH\node_modules\@cryptlex\lexactivator\lib\binding\node-v72-win32-x64\lexactivator.node

I assume that the issue is that I don't have windows-build-tools but unfortunately I am missing administrator privileges on my machine and thus I cannot install them. Could you deliver the prebuilt files via npm please? I think node-pre-gyp would help here.

jaulz commented

@adnan-kamili is this repository actually maintained?

@jaulz This would require some major changes, but we will look into this.

The package now supports the prebuilt binaries. So no more dependency on windows-build-tools. :)