sstore2
sstore2 copied to clipboard
Can't install on Mac OS 11.6.1
I am trying yarn add -D https://github.com/0xsequence/sstore2
but receiving the following error:
error An unexpected error occurred: "ENOENT: no such file or directory, open '/Users/clementwalter/Library/Caches/Yarn/v6/npm-@0xsequence-create3-3.0.0-606096fd114f8996131c0b395a3b42625c3cab47/node_modules/@0xsequence/create3/.yarn-tarball.tgz'".
I tried removing the node_modules
, the yarn.lock
, clearing yarn cache of my projet but nothing changed.
yarn version 1.22.15 node version v14.17.0
I'm also having this issue, on Mac OS 10.15.7
ENOENT: no such file or directory, open '/Users/joshuahardy/Library/Caches/Yarn/v6/npm-@0xsequence-create3-3.0.0-606096fd114f8996131c0b395a3b42625c3cab47/node_modules/@0xsequence/create3/.yarn-tarball.tgz
yarn version v1.22.17 node version v16.13.2
did you work out any solution @ClementWalter ?
bumping
I'm getting this on Linux and yarn also. Also tried force cleaning yarn cache to no avail.
I'm getting this on Linux and yarn also. Also tried force cleaning yarn cache to no avail.
Do you mind sharing yarn/node version for replicating the issue on linux?
Yarn: 1.22.17 and Node: 14.17.4. nix-shell: node 16
especially frustrating for us as we're only using SSTORE2
which doesn't use create3
will need to manually copy sstore2 into our repo for a bit until this is resolved
Anything about it? Facing the same problem in Linux