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
Describe the bug
After running npx create-web3-dapp@latest I am getting this error when I cd <my-project> && npm run dev for the first time
I inspected the file and the name of the module imported is wrong.
Reproducing the bug
I followed the Create Web3 Dapp Quickstart guide and at step 5 Do you want to create a smart contract?, I selected No and continued with the steps.
Solution
Renaming the file from navbar.module.css to Navbar.module.css runs the site properly
The text was updated successfully, but these errors were encountered:
Describe the bug
After running
npx create-web3-dapp@latest
I am getting this error when Icd <my-project> && npm run dev
for the first timeI inspected the file and the name of the module imported is wrong.
Reproducing the bug
I followed the
Create Web3 Dapp Quickstart
guide and at step 5Do you want to create a smart contract?
, I selectedNo
and continued with the steps.Solution
Renaming the file from
navbar.module.css
toNavbar.module.css
runs the site properlyThe text was updated successfully, but these errors were encountered: