Julian Lachniet
Results
1
comments of
Julian Lachniet
I had this issue when running this command: ``` npm init electron-app@latest my-new-app -- --template=vite-typescript ``` I was able to fix it by running this command instead: ``` npx create-electron-app...