When running node wizard.js in Windows I get the following
? What is the name of the app? Quba E-Invoice Viewer
? Short description Quba allows to visualize structured (=XML) or hybrid (PDF) electronic invoices
? Website (can be repository URL if app has no website) https://quba-viewer.org/
? App category Finance
? Repository (optional) https://github.com/ZUGFeRD/quba-viewer
? Keywords (optional, comma-delimited) invoice,viewer,order,PDF,XML,Factur-X,ZUGFeRD,XRechnung
? License (optional) Apache Public License 2.0
Error: ENOENT: no such file or directory, open 'C:\Users\jstaerk\temp\electron-apps\apps\quba-e-invoice-viewer\quba-e-invoice-viewer.yml'
at Object.openSync (fs.js:476:3)
the path is created but the yml file is missing.
Workaround: When I manually create the path and a empty .yml file after the first step it works.
When running node wizard.js in Windows I get the following
the path is created but the yml file is missing.
Workaround: When I manually create the path and a empty .yml file after the first step it works.