'phonegap' is not recognized as an internal or external command

后端 未结 7 2343
悲哀的现实
悲哀的现实 2021-01-04 22:26

I am trying to install phonegap 3.1 version using node.js, Command line interface.

Phonegap got installed on the machine, but I am not able to use phonegap command.

7条回答
  •  长发绾君心
    2021-01-04 22:42

    change the name from phonegap to cordova You can use the following command to create a project through command line cordova create hello com.example.hello HelloWorld

提交回复
热议问题