DEV Community

Discussion on: Getting started with Electron and Svelte

Collapse
 
kevinschweikert profile image
Kevin Schweikert

Very nice article and i managed to set it up working but there are a few errors you should fix:

  • you have to install the package npm-run-all with npm install npm-run-all
  • in your chokidar watcher configuration there are backslashes before special characters...think that's an error from copying
  • rename autobuild to dev in the electron-dev script