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
It seems like the newest version of @ensdomains/resolver is broken due to a missing artifact.
Currently it is breaking Truffle's build with an error saying that it cannot resolve CustodialPublicResolver.json from the package folder in node_modules. I looked at the source code and line 1 of index.js has
but there is no JSON file of that name in the location mentioned.
When I clone this repo and compile, it also does not have the above-mentioned artifact. For the moment we are going to pin to 0.1.12. Perhaps I am doing something incorrectly? Please let me know if I am missing something.
The text was updated successfully, but these errors were encountered:
On Sat, Nov 16, 2019 at 7:44 AM tyler ***@***.***> wrote:
It seems like the newest version of @ensdomains/resolver is broken due to
a missing artifact.
Currently it is breaking Truffle's build with an error saying that it
cannot resolve CustodialPublicResolver.json from the package folder in
node_modules. I looked at the source code and line 1 of index.js has
const CustodialPublicResolver = require('./build/contracts/CustodialPublicResolver.json')
but there is no JSON file of that name in the location mentioned.
When I clone this repo and compile, it also does not have the
above-mentioned artifact. For the moment we are going to pin to 0.1.12.
Perhaps I am doing something incorrectly? Please let me know if I am
missing something.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25?email_source=notifications&email_token=AAAELSIIE3SBFWXWKEUGZVDQT3UZHA5CNFSM4JN6ZML2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZV6DEQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAELSI4YBMOWX4CD7DEI5DQT3UZHANCNFSM4JN6ZMLQ>
.
It seems like the newest version of
@ensdomains/resolver
is broken due to a missing artifact.Currently it is breaking Truffle's build with an error saying that it cannot resolve
CustodialPublicResolver.json
from the package folder innode_modules
. I looked at the source code and line 1 ofindex.js
hasbut there is no JSON file of that name in the location mentioned.
When I clone this repo and compile, it also does not have the above-mentioned artifact. For the moment we are going to pin to
0.1.12
. Perhaps I am doing something incorrectly? Please let me know if I am missing something.The text was updated successfully, but these errors were encountered: