Reputation: 23
This is the command i ran in the terminal but it gives me some errors related to ESLINT
Upvotes: 0
Views: 392
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