You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
that's probably due to the fact that the tendermint-node package is trying to download the binary of tendermint for arm64 architecture for version 0.31.5 - this version is not available for darwin/arm64
Anyway, since the version of tendermint is so old (0.31.5 - there aren't even docs available for this version), I think it is no longer usable.
If you want to make the lotion to work, you can manually download the binary and put it into the node-modules/tendermint-node/bin. The latest version that is compatible with lotion is https://github.com/tendermint/tendermint/releases/tag/v0.32.14 (darwin/amd64 - it will run in Rosetta mode).
Unfortunately 0.33 does not work, it gives the same error as described here: mappum/tendermint-node#15 (as tendermint-node5.2.0 makes tendermint upgrade to 0.33).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having trouble installing on an apple m1 chip. Does anyone else have this?
node v16.10.0
npm v7.24.0
This is the resulting error from
npm install lotion
The text was updated successfully, but these errors were encountered: