-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on "$ npm run build" and "$ forge test" #26
Comments
Shoydon
changed the title
Error on "npm run build" and forge test
Error on "$ npm run build" and "$ forge test"
Aug 5, 2024
It's because of build-info in out directory.
|
It seems like only the refund fails. You can try the contract on Remix IDE. |
Yes, I'll try that. Thanks a lot ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After cloning the repo, I ran the command npm run build, but I got the following output:
When I ran the forge test command, out of 4 test suites, 1 of them failed (the HelloWormholeRefund test), and I didn’t get the required output:
I am working on Ubuntu 24.04 LTS on virtualbox
node: v20.15.1
npm: 10.7.0
forge: 0.2.0
Please let me know if I am making any mistakes
The text was updated successfully, but these errors were encountered: