shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
19 stars 42 forks source link

Error while starting backend server #39

Closed sksmagr23 closed 4 months ago

sksmagr23 commented 4 months ago

Describe the error While running npm start, it shows error that .ts is not identified ,but I have installed the required dependencies.

Screenshots

Screenshot from 2024-06-01 18-54-23 Screenshot from 2024-06-01 18-58-33

criticic commented 4 months ago

Sync your master branch with the upstream's master branch, a change was pushed I think, to solve this very issue. Also dont make changes on your master branch.

You can read this file: CONTRIBUTING.md

sksmagr23 commented 4 months ago

I have synced it, and matched the code with repo ,but error still persists

criticic commented 4 months ago

You'll see on your fork it says 14 commits ahead, I think there might have been some issues. Also compare the backend/package.json file here and in your repository, If you have no changes in your master branch you'd like to keep

1) Add the upstream remote pointing to this repo, and then fetch it 2) Then hard reset it to the upstream version

sksmagr23 commented 4 months ago

Thank you @criticic , it worked now.