arvind0598 / better-first-issues

Inspired by Good First Issues, this project aims to empower first-time contributors to find repositories and issues to contribute to.
https://better-first-issues.vercel.app
MIT License
4 stars 10 forks source link

Add styled-components as dependency #12

Closed adil14788 closed 3 years ago

adil14788 commented 3 years ago

Hello @arvind0598 , I was trying to run the project locally but I was unable to do the same can you please help me with the dependencies I need to install to be able to run this project

arvind0598 commented 3 years ago

What's the issue you're facing? If you have Node installed it should just be an npm install and an npm run dev

adil14788 commented 3 years ago

Screenshot (493)

styled-components dependency was not there

so I did npn intall styled-components then it started working

EmmaDawsonDev commented 3 years ago

I had the same issue. Do a separate npm i styled-components --save fixed it

arvind0598 commented 3 years ago

Let me check on that. I suppose it worked for me without it because it might have been installed globally beforehand.

adil14788 commented 3 years ago

I had the same issue. Do a separate npm i styled-components --save fixed it

Thanks it worked for me as well

adil14788 commented 3 years ago

Let me check on that. I suppose it worked for me without it because it might have been installed globally beforehand.

Most probably yes

arvind0598 commented 3 years ago

@emmalearnscode can you take this then? Seems like it'll just get covered within the PR for the other issues you picked up.

EmmaDawsonDev commented 3 years ago

Sure. I will just add my package.json to the commit.

arvind0598 commented 3 years ago

Fixed in #14