Closed dmarcos closed 8 years ago
I ended up installing semistandard with npm install -g and was able to run that manually to get some feedback with semistandard -v, but npm run lint yields nothing.
npm install -g
semistandard -v
npm run lint
I'm running git bash (MINGW64) FYI
I believe this is fixed by removing command substitution in the lint command.
I ended up installing semistandard with
npm install -g
and was able to run that manually to get some feedback withsemistandard -v
, butnpm run lint
yields nothing.I'm running git bash (MINGW64) FYI