maxstue / vite-reactts-electron-starter

Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed: Error reporting yarn dev execution

luchaoqun125 opened this issue · comments

After the yarn dependency is complete, execute yarn dev, and the script reports an error

yarn dev

`Yarn run v1.22.10

$ concurrently "SET BROWSER=none && yarn dev:vite" " yarn dev:electron

/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'

/bin/sh: -c: line 1: syntax error: unexpected end of file

error Command failed with exit code 2.`

Solution:
"dev": "concurrently "yarn dev:vite" " yarn dev:electron"",