Guillermo

Results 2 comments of Guillermo

Hi. I was having the same issue and I was able to install it by installing node v12 as an alternative in my linux system and I used yarn add,...

I went to `..../aragon-apps/node_modules/hardhat/internal/hardhat-network/stack-traces/solidity-errors.js:108` and modified this function to this: ``` function sourceReferenceToSolidityCallsite(sourceReference) { if (sourceReference === undefined) { console.trace("DEBUG undefined source ref"); } return new SolidityCallSite(sourceReference.file.sourceName, sourceReference.contract, sourceReference.function !==...