Answer the question
In order to leave comments, you need to log in
Apache Cordova: "Command not found" what to do?
From terminal:
MacBook-Air-Anton:Develop antonkudaev$ cordova create HelloWorld com.example.hello "Hello World"
-bash: cordova: command not found
Answer the question
In order to leave comments, you need to log in
Try this command in console to check if you have it installed:
Cordova should be listed. If it isn't, then you should run this command and try again:
npm i -g cordova
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question