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
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
BTW, I'm using --prefix to install packages in my home folder.
If I try to install without --prefix, e.g. npm install -g truffle@tezos, it tries to install to /usr/local/lib and would require sudo, which I'm led to believe is problematic.
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I follow these instructions and run
truffle unbox tezos-example
I get this error:However, I can run
truffle unbox metacoin
successfully following these instructions.Versions:
BTW, I'm using
--prefix
to install packages in my home folder.If I try to install without
--prefix
, e.g.npm install -g truffle@tezos
, it tries to install to/usr/local/lib
and would requiresudo
, which I'm led to believe is problematic.Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: