-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ens-normalize dependency requires git #4071
Comments
The issue can be solved by not using |
Oh wow. I didn’t realize it would pull that in. This is temporary until I verify that it doesn’t cause any issues with bundlers, and I’ll get the fix ported upstream with Raffy’s library. Thanks for the info! |
This makes any app crashing when running with
|
The issue seems to be havin a dependency a github link |
I've opened a PR to address this upstream and will follow up with Raffy. |
I have encountered the same error in Vercel Preview Deployments after relying
The resolution commit hash in pnpm-lock file is matched:
|
Can we just reference the latest version of ens-normalize? |
This should be fixed in v6.4.2. Can you try it out and let me know if you still have any problems? |
Closing this now as it should be fixed, but please re-open if you still experience any problems. Thanks! :) |
Ethers Version
6.4.0
Search Terms
git, ens, package.json, dep
Describe the Problem
In 6.4.0
@adraffy/ens-normalize
points tohttps://github.com/ricmoo/ens-normalize.js
requiring to have git and a PK to github available:ethers.js/package.json
Line 12 in 7e272a3
In our application we are deploying in docker and we can't have a github PK inside for security reasons.
Is there a specific reason why this is done?
Code Snippet
Contract ABI
No response
Errors
Environment
No response
Environment (Other)
docker
The text was updated successfully, but these errors were encountered: