Open johannbotha opened 3 years ago
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: https://github.com/nomic-io/tendermint-node/issues/15 (as tendermint-node
5.2.0
makes tendermint upgrade to 0.33
).
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