AtomLinter / linter-phpmd

Atom linter plugin for php, using phpmd.
21 stars 4 forks source link

Error: spawn phpmd ENOENT #80

Closed rafalschmidt97 closed 8 years ago

rafalschmidt97 commented 8 years ago

Hi, Im beginner in composer. Could you resolve this? Thanks!

zrzut ekranu 2016-07-30 o 16 42 56 zrzut ekranu 2016-07-30 o 16 47 42

rafa-acioly commented 8 years ago

same problem here.

Arcanemagus commented 8 years ago

Have you added your vendor bin-dir to your $PATH? It's likely you need to add /Users/schmidt/.composer/vendor/bin to your path.

You should be able to run which phpmd and get a result back.

Arcanemagus commented 8 years ago

Marking as closed due to a lack of response.