tcet-opensource / hacktober-fest

Website for activities and information around Hacktoberfest 2023
http://hacktoberfest-tcetopensource.tech/
GNU General Public License v2.0
16 stars 12 forks source link

[BUG] - Error in setting up the project #36

Closed bEluga0000 closed 9 months ago

bEluga0000 commented 11 months ago

Describe the bug

When we try to set up the project locally facing a issue .when we going to set up i am getting the local host link but after that its showing a error that "The following dependencies are imported but could not be resolved:" react-router-dom whinch is in navbar.jsx file.

Actual behavior

Getting the react-router-dom error after pnpm run dev

Expected behavior

We should not get that error

How to Reproduce?

  1. pnpm run dev ![Uploading issues.png…]()

Screenshots

No response

Terms and Conditions

bEluga0000 commented 11 months ago

it can be resolved using the "pnpm add react-router-dom" before setting up the project

Pavan-kalyan99 commented 11 months ago

it can be resolved using the "pnpm add react-router-dom" before setting up the project

hi, I didn't face any error while setup the project . please check the packages.json file & check react -router -dom is install or not.