-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Building locally #1153
Comments
If you use Then you can just use npm link in the I think. I haven’t ever tried that last part, but should work. Let me know. :) |
I tried that out but the linking didn't work for me. I also tried running the tests to check a change but the build script failed. I think it would be useful to have a basic guide on how to build, modify and test locally, and to validate that guide in a fresh clone (I can help with the validation if you want). |
I've tweaked the docs a bit and tested on a new host. Can you try out the steps here and let me know if you still have any issue building it yourself? |
I'm going to close this now, but if you still have issues linking locally, please re-open. Thanks! :) |
It just took me two months but: yes, it works fine now! |
What is the recommended way to build and link this project locally? I looked around for a contributing.md or developing.md but didn't find one.
I'm trying to debug something in hardhat and I would like to be able to use a locally linked version with sourcemaps enabled. Is this possible?
The text was updated successfully, but these errors were encountered: