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
The artemis directory contains a yarn.lock file meaning that the one who uploaded the project used yarn to build.
Unfortunately on Mac OS Ventura 13.0, I was unable to build the project.
I tried a couple of times but was getting the error attached to this issue.
After this, I tried to build with npm, it works.
Can you please check this out and fix the issue or switch to npm?
Best regards.
The text was updated successfully, but these errors were encountered:
Arguments:
/usr/local/bin/node /usr/local/bin/yarn
Yarn version:
1.22.19
Node version:
16.14.2
Platform:
darwin arm64
Trace:
Error: ENOENT: no such file or directory, open '/Users/xxxxxx/Library/Caches/Yarn/v6/npm-@zondax-filecoin-signing-tools-0.2.0-8f8e92157cac2556d35cab866779e9a8ea8a4e25-integrity/node_modules/@zondax/filecoin-signing-tools/.yarn-metadata.json'
Hi,
The
artemis
directory contains ayarn.lock
file meaning that the one who uploaded the project used yarn to build.Unfortunately on
Mac OS Ventura 13.0
, I was unable to build the project.I tried a couple of times but was getting the error attached to this issue.
After this, I tried to build with
npm
, it works.Can you please check this out and fix the issue or switch to npm?
Best regards.
The text was updated successfully, but these errors were encountered: