-
Notifications
You must be signed in to change notification settings - Fork 8
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
npm test
on m1 hardware
#294
Comments
Please give more details, like versions of node and npm, and version of ssb-db2 or whether you're installing it on master or something. |
thanks @staltz This is on the master branch of ssb-db2
|
Thanks. Just to rule out something, try node 12 or 14 |
So
This is on a new mac computer with the m1 type of processor. Not sure if that has something to do with it. |
I have confirmed that |
You might need nj-cli, and Rust. See the requirements for building ssb-validate2-rsjs-node |
Hmm thank you. I have been following the ssb-validate2-rsjs-node instructions, and if I run the instructions in the dependency dir,
It returns this
|
Got the issue with Cargo.toml done (thanks @staltz) Now when I try
|
Note for posterity There is a forked version of this where the tests pass on current m1 mac -- https://github.com/planetary-social/ssb-db2/tree/tests This is because we've switched out There is a node-bindgen-loader issue about this too. The short version is that it seems as though |
This is an
npm
issue, howevernpm
is working fine for everything else, so I wonder why this is an error in this repo only.The text was updated successfully, but these errors were encountered: