Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
run: cordova build firefoxos
output:
Generating config.xml from defaults for platform "firefoxos"
Preparing firefoxos project
Compiling app on platform "firefoxos" via command "/project/platforms/firefoxos/cordova/build"
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
project$
expected output:
nothing
---------
platforms/firefoxos/cordova/build does not exist so the "cordova build firefoxos" command fails.
Please add a "build" script (although it does nothing)