Apache cordova does not work correctly

0

I have been dealing with apache cordova for a while now, I can not walk it in console or with visual studio. The problem is that it does not let me add any platform, even the browser. In this example I try to add the browser in my project and it throws me this error.

  

Adding browser project ... Running command: cmd "/ s / c   "C: \ Users \ Emanuel.cordova \ lib \ npm_cache \ cordova-browser \ 4.1.0 \ package \ bin \ create.bat   C: \ hello \ platforms \ browser com.example.hello HelloWorld "" Error: cmd:   Command failed with exit code ENOENT

    
asked by Emanuel Abraham 02.11.2016 в 17:47
source

1 answer

0

You may want to try this: link

Basically you just have to zip (also supports git) your html project, upload it to the page and wait a few seconds for the apk to be ready.

By the way, ENOENT (Error NO ENTry) means that there is a file that does not exist, it could be that: - C: \ Users \ Emanuel.cordova \ lib \ npm_cache \ cordova-browser \ 4.1.0 \ package \ bin \ create.bat or C: \ hello \ platforms \ browser com.example.hello They do not exist on your pc.

    
answered by 02.11.2016 в 23:13