Search code examples
cordovacordova-plugins

Find the Cordova directory on MacOs


I have a MacBook where Cordova is installed, but I don't know where. There is a simple way to find the directory where Cordova is?

Thanks.


Solution

  • Use which cordova to show you where the cordova binary is located.

    In my installation, it nets this:

    $ which cordova
    /usr/local/bin/cordova