javascript - Phonegap "phonegap build ios" command is not working -


i new phonegap, , tried create simple phonegap application.

after installation phonegap command line:---

i have created project when trying run phonegap build ios command error alert message coming there no script engine file extension ".js" in it.

i using windows 7, , installed node.js

edit:

adding image----

enter image description here

it might windows associating js extension wrong program. phonegap build process relies on extension being correctly associated in windows.

try running command in command prompt: assoc .js=jsfile

then try rerun build.

original answer here: running javascript cscript?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -