wesbos / eslint-config-wesbos

No-Sweat™ Eslint and Prettier Setup - with or without VS Code
2.74k stars 419 forks source link

Can no longer install it in expo project #38

Closed youneshenniwrites closed 4 years ago

youneshenniwrites commented 4 years ago

I used this plugin several times in my react native project.

But today I tired to install it in a new project. I run in my root project npx install-peerdeps --dev eslint-config-wesbos

It seems as if you are using Yarn. Would you like to use Yarn for the installation? (y/n) y

Then nothing happens. My package.json does not have the dependencies installed.

Does anyone have a similar issue?

tvanantwerp commented 4 years ago

I'm experiencing the same issue. Choosing n doesn't work either.

AllanFerencz commented 4 years ago

I had the same problem. It seems to be an issue with install-peerdeps.

Try running npx install-peerdeps --dev eslint-config-wesbos -Y

Hopefully, that fixes the problem

wesbos commented 4 years ago

adding to docs, thanks!