DEV Community

Discussion on: Build a React & Firebase Blog Site: Part 1

Collapse
 
sayujraghav profile image
sayujraghav

I am getting this error

./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css)
Error: Cannot find module '@csstools/normalize.css'

after 3rd step and running npm run start

Collapse
 
ashleemboyer profile image
Ashlee (she/her) • Edited

Did you run “npm install” first? That’s something I was missing in the first version of the post but it has since been updated.

Collapse
 
sayujraghav profile image
sayujraghav

did u mean uninstall npm ?

Thread Thread
 
ashleemboyer profile image
Ashlee (she/her)

I’m typing from my phone and it didn’t like “npm”. Corrected! 😅

Collapse
 
rahulj3716 profile image
rahulj3716

Hey developer it didn't resolved my error.can you tell some other solution.