Akshay
Akshay

Reputation: 23

I am installing styled components in my React project but it gives me some errors

image This is the command i ran in the terminal but it gives me some errors related to ESLINT

Upvotes: 0

Views: 392

Answers (1)

Anass
Anass

Reputation: 349

You can fix this by running npm install --legacy-peer-deps

Read more about the issue here: relevant comment on Github issue

Upvotes: 1

Related Questions