How do I add the plugin CorHttpd in my cordova project? What is the command ?
https://github.com/floatinghotpot/cordova-httpd in this link, they says:
How to use CorHttpd:
Add the plugin to your cordova project:
I tried:
cordova plugin add https://github.com/floatinghotpot/cordova-httpd.git
but this command is not working. After I run this command I got this message:
Error: Failed to fetch plugin https://github.com/floatinghotpot/cordova-httpd.gi t via git. Either there is a connection problems, or plugin spec is incorrect: Error: "git" command line tool is not installed: make sure it is accessi ble on your PATH.
Need help about this matter.