-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error Command "electron:serve" not found. #1
Comments
I just built this on a fresh Ubuntu 22.04 VM without issue. From a fresh install, I ran:
And it opens up. What platform are you on? |
Also, please keep in mind that you can download the pre-built package from the releases page if you are just looking to run the application and not develop on it. |
I'm on a Mac (Monterey 12.6.1). I was trying to follow the instructions in CONTRIBUTING.md as I'm unfamiliar with Node, Yarn, and Electron/Vue. I did a fresh clone, then yarn install and it worked fine. The problem was specifically 'yarn run electron:serve' 'yarn dev' works fine too. I guess you can close this issue, as it's my ignorance about the stack and knowing how to deviate from the directions in CONTRIB. Looking forward to spending time with Yattie! |
Ah - definitely my bad. I changed how the script was run and didn't update the |
Thanks. I'm 100% new to Node and Electron, and was not comfortable enough to do a PR for the docs... |
No worries - I appreciate the heads up. Let me know if you have any other questions. Also, any and all feedback on the tool is appreciated! |
Unable to run fresh clone locally.
Using NVM to support required Node version 16.17.1.
Repro steps, following steps from the setup page:
Getting message: error Command "electron:serve" not found.
I've re-run "yarn install" a couple times to make sure deps are correctly installed.
The text was updated successfully, but these errors were encountered: