npm/npx install from github #2606
Replies: 2 comments 5 replies
-
What I did:
Could someone confirm that's "the right way"? It turned out the patch I wanted is in branch |
Beta Was this translation helpful? Give feedback.
-
That looks good, but this is the recommended way of doing this: https://github.com/NomicFoundation/hardhat/blob/master/CONTRIBUTING.md#developing-locally Note that we have no intention of supporting npm installs directly from github. Those don't play nice with monorepos nor with typescript. |
Beta Was this translation helpful? Give feedback.
-
I'd like to use the very latest patched hardhat and have tried
npm install 'https://github.com/NomicFoundation/hardhat.git#master'
but I end up with a "root" folder in node_modules andnpx hardhat
doesn't think anything got installed.This is probably more of an npm/npx (and/or yarn?) question but it would save me a lot of time if someone can point out the problem or tell me hardhat can't be installed directly from github.
Beta Was this translation helpful? Give feedback.
All reactions