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

Installation problem chain on Ubuntu 22.04.1 #60

Open
KyleMaas opened this issue Nov 5, 2022 · 0 comments
Open

Installation problem chain on Ubuntu 22.04.1 #60

KyleMaas opened this issue Nov 5, 2022 · 0 comments

Comments

@KyleMaas
Copy link

KyleMaas commented Nov 5, 2022

node ./index.js wasn't actually doing anything, so I figured I'd try and run the test suite. Got the following error:

/home/ssb-pub/planetary-pub/node_modules/node-bindgen-loader/index.js:62
  throw new Error('No native build was found for ' + target + '\n    loaded from: ' + dir + '\n')

So, to fix this, I went into node_modules/ssb-validate2-rsjs-node and tried to build. This requires Rust. Ubuntu 22.04.1 did not have it by default, so I had to install Rust. Then the build fails because [email protected] doesn't include Cargo.toml. Updating to [email protected] allows it to be built, which then allows tests to run.

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