crypt0grapher
crypt0grapher
Hey guys it looks like I'm facing the same issue. It'd be great if you can take a look into that
The reason for the issue is that anchor-earn is not aligned with terra.js. I see there's a PR waiting to fix that, it'll help: https://github.com/petes-fan-club/anchor-earn/commit/6ecc5599db9aa6f84b96fa6a46c31b536cf1b816 @cadejscroggins As a workaround, you...
Makes much sense, many thanks for the note @petes-fan-club
I'm on the phone can't tell right now, I think `node-gyp-build` would be necessary as well to build the package. At least installing both inside my docker container before `yarn`...
Well, it's still a very nice update of yours if downloaded from github url, but it's not installable with npm/yarn since npm package registry holds the 10-day old version. I...
`yarn add @anchor-protocol/[email protected]` works like a charm.
I'm experiencing that when I'm trying to install packages from GitHub commits ```shell pnpm add https://github.com/KevinVandy/mantine-react-table/tree/mantine-7.8/packages/mantine-react-table ``` What I'm getting is ``` WARN GET https://github.com/KevinVandy/mantine-react-table/tree/mantine-7.8/packages/mantine-react-table error (ERR_PNPM_TARBALL_EXTRACT). Will retry in...