
Did you properly install your NodeJS and installed the Cordova CLI using:
[crayon-6a50f94a58abb418675817/]
If you restart your Terminal and try the CLI simply by typing
[crayon-6a50f94a58ac4374485371/]
and all you get is a lousy
[crayon-6a50f94a58ac6395191767/]
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-6a50f94a58ac8156113208/]
Once youv’e saved the file and restarted your Terminal go ahead and check how the Cordova CLI smiles at you 🙂
