electron / apps

A collection of apps built on Electron
https://electronjs.org/apps
MIT License
1.68k stars 1.47k forks source link

ENOENT: no such file or directory in Wizard #1807

Closed jstaerk closed 3 years ago

jstaerk commented 3 years ago

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.

tkainrad commented 3 years ago

I have had the same problem on Ubuntu. Manual creation of the .yml file worked fine.

Toinane commented 3 years ago

Hey @jstaerk & @tkainrad thank you for your issue! I'm working on now 👍

Toinane commented 3 years ago

done 👍