Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not run on the latest node version #36

Open
tw1t611 opened this issue Jan 9, 2020 · 0 comments
Open

Does not run on the latest node version #36

tw1t611 opened this issue Jan 9, 2020 · 0 comments

Comments

@tw1t611
Copy link

tw1t611 commented Jan 9, 2020

If the package was included with npm i monero-nodejs-libwallet, it throws the following error:

internal/modules/cjs/loader.js:992
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: libssl.so.1.0.0: cannot open shared object file: No such file or directory
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:992:18)
    at Module.load (internal/modules/cjs/loader.js:798:32)
    at Function.Module._load (internal/modules/cjs/loader.js:711:12)
    at Module.require (internal/modules/cjs/loader.js:838:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/home/user/Projects/monero-nodejs-libwallet/example/node_modules/monero-nodejs-libwallet/index.js:4:15)
    at Module._compile (internal/modules/cjs/loader.js:945:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:962:10)
    at Module.load (internal/modules/cjs/loader.js:798:32)
    at Function.Module._load (internal/modules/cjs/loader.js:711:12)

However, it works fine, when it's built manually.

node --version
v12.11.0
npm --version
6.13.4
uname -a
Linux nuc 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant