Trying to add plugin to my cordova project to be able to access file system:
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
but I receive an error:
Fetching plugin failed: "git" command line tool is not installed: make sure it is accessible on your PATH.
git was installed as: npm install -g git
how to solve this problem?