After installing hardhat-ethernal into a hardhat project and then requiring it in my config, I'm getting the error:
Error: Cannot find module '/Users/Dan/Desktop/repos/hardhat-ethernal-test/node_modules/hardhat-ethernal/dist/src/index.js'. Please verify that the package.json has a valid "main" entry
Looking in the node_modules it doesn't appear to have a /dist folder
After installing
hardhat-ethernal
into a hardhat project and then requiring it in my config, I'm getting the error:Looking in the
node_modules
it doesn't appear to have a/dist
folder