0xsequence / sstore2

Faster & cheaper contract key-value storage for Ethereum Contracts
MIT License
428 stars 31 forks source link

Can't install on Mac OS 11.6.1 #2

Open ClementWalter opened 2 years ago

ClementWalter commented 2 years ago

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

hardyjosh commented 2 years ago

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 ?

timhc22 commented 2 years ago

bumping

marcusnewton commented 2 years ago

I'm getting this on Linux and yarn also. Also tried force cleaning yarn cache to no avail.

Agusx1211 commented 2 years ago

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?

timhc22 commented 2 years ago

Yarn: 1.22.17 and Node: 14.17.4. nix-shell: node 16

thedavidmeister commented 2 years ago

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

math77 commented 1 year ago

Anything about it? Facing the same problem in Linux