android studio - Error: Current working directory is not a Cordova-based project -


when running code error cordova plugin add cordova-plugin-customurlscheme --variable url_scheme=ptw in cmd ,i getting error "error: current working directory not cordova-based project." why error coming.i unable fix it.here

http://i.stack.imgur.com/nmb0w.png please suggest me.thank in advance.

you have in project before launch

  • has .cordova directory, config.json inside.
  • has www directory, config.xml inside.
  • has platforms directory.

if update cordova

npm install -g cordova 

hopes !


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -