Cordova commandline client command not found on Mac

phonegap

Did you properly install your NodeJS and installed the Cordova CLI using:
[crayon-66220f8c28cc5399980148/] If you restart your Terminal and try the CLI simply by typing
[crayon-66220f8c28ccf583691356/] and all you get is a lousy
[crayon-66220f8c28cd1062175383/] This issue is probably caused by the PATHS not being configured right by the NodeJS install.
Just dive into your /etc/paths file and add the following directories:
[crayon-66220f8c28cd2541951151/] Once youv’e saved the file and restarted your Terminal go ahead and check how the Cordova CLI smiles at you 🙂