I got the following error while creating a new app using ionic
. I am following instructions according to the standard doc (http://ionicframework.com/getting-started/)
gsakhardande@gsakhardande-PC:~/Desktop$ ionic start myApp blank
Creating Ionic app in folder /home/gsakhardande/Desktop/myApp based on blank project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip [=============================] 100% 0.0s
Downloading: https://github.com/driftyco/ionic-starter-blank/archive/master.zip [=============================] 100% 0.0s
Update config.xml
Initializing cordova project.
Fetching plugin "org.apache.cordova.device" via plugin registry
Error: EACCES, mkdir '/home/gsakhardande/tmp/npm-18818-6xrPvo-8'
Unable to add plugins. Perhaps your version of Cordova is too old. Try updating (npm install -g cordova), removing this project folder, and trying again.