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 Jul 4, 2022. It is now read-only.
Hi, I tried to compile the ERC20.huff example but it was giving me a Error: ENOENT: no such file or directory, open '/home/AstronautSleuth/huffc/examples/erc20/contracts/contracts/utils/Ownable.huff'. It seems like contracts was repeated twice so I removed the contracts inside the include statement in the ERC20.huff file and compilation is successful.
I was just wondering if this was a typo or if it's just a pathing issue on my computer. I can do a quick PR if this is a typo 😄
The text was updated successfully, but these errors were encountered:
Hi, I tried to compile the ERC20.huff example but it was giving me a
Error: ENOENT: no such file or directory, open '/home/AstronautSleuth/huffc/examples/erc20/contracts/contracts/utils/Ownable.huff'
. It seems likecontracts
was repeated twice so I removed thecontracts
inside the include statement in the ERC20.huff file and compilation is successful.I was just wondering if this was a typo or if it's just a pathing issue on my computer. I can do a quick PR if this is a typo 😄
The text was updated successfully, but these errors were encountered: