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 Apr 5, 2024. It is now read-only.
Currently, if the most recent version is used in a webpack'd context, it fails because dns and dgram are not available in a web context. Those are requirements of @hapi/sntp, which is an (optional) requirement of hawk on Node, but not something that a browser can use.
Probably the easiest option here is to remove the sntp dependency, replacing it with a few steps to enable it. Maybe
Currently, if the most recent version is used in a webpack'd context, it fails because
dns
anddgram
are not available in a web context. Those are requirements of @hapi/sntp, which is an (optional) requirement of hawk on Node, but not something that a browser can use.Probably the easiest option here is to remove the sntp dependency, replacing it with a few steps to enable it. Maybe
The text was updated successfully, but these errors were encountered: