hwa-cli icon indicating copy to clipboard operation
hwa-cli copied to clipboard

Command-Line Interface for converting Windows Hosted Web Apps locally and remotely

Results 3 hwa-cli issues
Sort by recently updated
recently updated
newest added

Hi guys. I try to run this command: ```hwa convert path/to/my/app.zip``` But i receive this output: `Manifest error: No start page found` Can you help me?

hwa convert yelds with > Manifest error: No start page found Like: ``` { "app": { "background": { "scripts": [ "background.js" ] } }, "default_locale": "en", ... `` ```

C:\Users\Garry\AppData\Roaming\npm\node_modules\hwa-cli\bin\src\cli.js:42 var filenameWithoutExt = p.parse(args[0]).name; ^ TypeError: Object # has no method 'parse' at Object.main (C:\Users\Garry\AppData\Roaming\npm\node_modules\hwa-cli\bin\ src\cli.js:42:48) at Object. (C:\Users\Garry\AppData\Roaming\npm\node_modules\hwa-c li\main.js:50:12) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32)...