sindresorhus / fkill-cli

Fabulously kill processes. Cross-platform.
MIT License
6.88k stars 159 forks source link

PATH #43

Closed superandrew closed 6 years ago

superandrew commented 6 years ago

I installed it following instructions, and it was installed in /usr/local/Cellar/node/8.9.1/bin/fkill. I don't have this into my PATH variable, should I add it or did I do something wrong?

sindresorhus commented 6 years ago

I would recommend using a Node.js version manager instead of Brew for installing Node.js. For example https://github.com/tj/n

Also see: https://gist.github.com/DanHerbert/9520689

This is not really an issue with this package, but rather your Node.js setup.