AtomLinter / linter-cpplint

Linter plugin for c++, using cpplint
https://atom.io/packages/linter-cpplint
MIT License
6 stars 5 forks source link

Error running cpplint #76

Open Patrique-Kim opened 6 years ago

Patrique-Kim commented 6 years ago

I installed the package and I got the error msg below

'Error running cpplint Error: Failed to spawn command cpplint. Make sure cpplint is installed and on your PATH'

What's wrong with this? I checked the settings and found the execution path was set default. I changed those to /Users/myname/.atom/packages, but that didn't work, too

Attaching screenshots. Hope this would help 2018-06-15 9 29 58

YOUSIKI commented 5 years ago

i just got the same problem. hope my screenshot can help.

2018-10-24 9 24 15
sagar5534 commented 5 years ago

Has anyone fixed this issue yet?

rusito-23 commented 5 years ago

I had the same issue on macOS Mojave, What I did was:

Now it works as a wonder

Arcanemagus commented 5 years ago

As stated in the error message, you need to have cpplint installed on your system to use this package. @rusito-23 provided some instructions above, it looks like the README is missing that bit of information though so I'll leave this open till that gets fixed.