tryethernal / hardhat-ethernal

Hardhat plugin for Ethernal
MIT License
102 stars 17 forks source link

Cannot find module "../index.js" #7

Closed Dan-Nolan closed 3 years ago

Dan-Nolan commented 3 years ago

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

antoinedc commented 3 years ago

Can you try again with version 0.3.2, please? That should fix it!

Dan-Nolan commented 3 years ago

Worked like a charm! 🙌