Running corber start --platform=android results in two lines stating '"file" argument must be a non-empty string'.
Log is on a different machine, but snippets include:
-- broccoliBuilderErrorStack
...
-- stack: typeError: "file" argument must be a non-empty string
at normalizeSpawnArguments (child_process.js:389:11)
...
Running ember serve works fine.
Running corber serve says to run corber plugin add cordova-plugin-whitelist (also printed twice, like the earlier message). I've done that three times (CLI reports successful install), but message does not go away.
Any help is appreciated.
NodeJS v8.15.0
Windows 10
Running
corber start --platform=androidresults in two lines stating '"file" argument must be a non-empty string'.Log is on a different machine, but snippets include:
Running
ember serveworks fine.Running
corber servesays to runcorber plugin add cordova-plugin-whitelist(also printed twice, like the earlier message). I've done that three times (CLI reports successful install), but message does not go away.Any help is appreciated.
NodeJS v8.15.0
Windows 10