I've installed Cordova using sudo npm install cordova
and set up the paths (I believe) correctly. When I run cordova platform add android
I am receiving the following error:
Error: EACCES, open '/home/millerbr/.cordova/lib/npm_cache/cordova-android/3.6.4/package/.npmignore'
I've been looking at other similar problems, and a few solved theirs using "chown" on the folders relevant to their problem - is there something similar I can do for this?