DEV Community

Discussion on: Let's Make a Pokémon Themed Note Keeping App in React!

Collapse
 
star_trooper profile image
Atharva Shirdhankar

hey @Christine Coomans

package installation command there is one change

npm i react-bootstrap bootstrap moment react-calender react-newline-to-break react-router-dom --save

The word calender inside this command must calendar

react-calender -> react-calendar

Collapse
 
christinec_dev profile image
christine

Thanks, I fixed it!