alchemyplatform / create-web3-dapp

The complete toolbox to create web3 applications.
https://docs.alchemy.com
GNU Affero General Public License v3.0
858 stars 255 forks source link

initial `npm run dev` error in loading `./Navbar.module.css` #96

Open neerajnerlekar opened 1 year ago

neerajnerlekar commented 1 year ago

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

Screenshot from 2023-07-18 23-44-41

I inspected the file and the name of the module imported is wrong.

Screenshot from 2023-07-18 23-45-54

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