tryethernal / hardhat-ethernal

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

Cannot find module "./Ethernal" (version 0.4.0) #16

Closed Jhoscy closed 2 years ago

Jhoscy commented 2 years ago

After installing CLI and hardhat-ethernal, when I tried to run "npx hardhat node" it fails with the error Error: Cannot find module "./Ethernal". It seems like (with a first check) that there aren't the compiled files in node_modules/hardhat-ethernal/dist so it can't find it with the require in hardhat.config.js.

Trying to install the 0.3.13, the dist folder are filled with all the js.map compiled files and it works as expected.

antoinedc commented 2 years ago

Fixed with 0.3.14