Closed ex-jedi closed 3 years ago
Hi, @ex-jedi
What version of Node.js and NPM are you using?
There are some issues with npm 7.x
, you can try to use npm 6.x
and see if it works. ๐
Thanks @Asjas.
I'm on NPM 6.14.10 & Node 14.15.4.
Okay, I just checked the install-peerdeps
Github repo and there is a reported issue with the v3.0.0
release that happened 4 days ago. Other Windows 10 users are reporting the same issue and someone in Slack also reported it. #123
You can use the following command to use the v2.0.2
release of install-peerdeps
@ex-jedi๐
npx install-peerdeps@v2.0.2 --dev eslint-config-wesbos
Thanks @Asjas that's got it working! ๐๐พ๐๐พ
Just started getting the following error when attempting a local install:
It's been working for ages just fine. Any ideas what this could be?
Ta