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
In an empty directory, running npm init -y followed by npx hardhat@alpha --init, and accepting the default answers, initializes a working project, but the second question has a wording issue:
? Hardhat only supports ESM projects. Would you like to set the typefor to "module" now? (Y/n) ‣ true
We should update the wording to something like:
Hardhat only support ESM projects. Would you like to change your package.json to turn your project into ESM?
The text was updated successfully, but these errors were encountered:
In an empty directory, running
npm init -y
followed bynpx hardhat@alpha --init
, and accepting the default answers, initializes a working project, but the second question has a wording issue:We should update the wording to something like:
Hardhat only support ESM projects. Would you like to change your package.json to turn your project into ESM?
The text was updated successfully, but these errors were encountered: