shivansh-bhatnagar18 / multiplayer-uno

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

tailwind not working, solved. tailwind css added to dependencies #46

Closed tridipbarman09 closed 4 months ago

tridipbarman09 commented 4 months ago

Frontend server was not running on npm run dev because tailwind dependency was not added in the package.json file

sethdivyansh commented 4 months ago

@tridipbarman09 tailwind dependency is already added in the package.json file, if you are getting this error Follow these steps:

  1. git fetch upstream
  2. git rebase upstream/master (These steps were for updating your local branch with the latest upstream master branch.)
  3. cd frontend
  4. npm install or npm i (to install all the dependencies)
  5. Now run the frontend with npm run dev
kuv2707 commented 4 months ago

Closing this as it is irrelevant. Please read the contributing guidelines before making PRs.