vasansr / pro-mern-stack-2

Code listing for the book Pro MERN Stack, 2nd Edition
https://www.apress.com/book/9781484243909
333 stars 191 forks source link

Ch11: react-router-bootstrap installation fails #46

Open elstoc opened 2 years ago

elstoc commented 2 years ago

Command npm install react-router-bootstrap@0 produced an unable to resolve dependency tree error and should probably be replaced with npm install react-router-bootstrap@rr-v4 in the Navigation Bar section of Ch11.

At least this seemed to work for me.

Hitendra27 commented 2 years ago

yes, I too had the same problem. Your solution worked for me as well. Thanks a lot, elstoc.