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----
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
Post a Comment