Closed gargsms closed 6 years ago
I installed nodejs
and npm
again. npm -v
3.10.10 seems to work.
Leaving this open because npm 5.x.x is still broken.
I'd say this is the same issue as I reported in https://github.com/Flet/semistandard/issues/228
this would be a great improvement.
Yes this was a duplicate of #228.
Hey sorry for leaving you hanging on this. I'm going to close this issue because I don't believe this is an problem with modern versions of node/npm. Feel free to reply if this is still a problem!
semistandard
used to work fine for me, but I recently switched to a new machine with updatednpm
, and whenever I try to use it, I keep getting dependency errors.This is an example error:
If I install all the
dependencies
ofsemistandard
asdevDependencies
for my project, I simply get new error related to other internal dependencies.I tried with downgraded
npm
, reinstallednpm
, and other methods but nothing works.npm -v
-> 5.2.0node -v
-> v6.11.3