-
Notifications
You must be signed in to change notification settings - Fork 154
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
Fix build/script script names in electron #35
Labels
Comments
whenmoon
changed the title
yarn electron:package:mac - error Command "build" not found
yarn electron: package: mac - error Command "build" not found
Dec 1, 2021
Ok solved the latter issue by running the |
Ha! @whenmoon this is actually a bug, good call — these two commands should probably drop the |
mmazzarolo
changed the title
yarn electron: package: mac - error Command "build" not found
Fix build/script script names in electron
Dec 2, 2021
Hi @mmazzarolo, ok , I'll open a PR to fix.. |
Remove cra: prefix and then remevoe ^ at devDependencies of electron. like that ^14.0.0 -> 14.0.0 |
code4break
added a commit
to code4break/react-native-universal-monorepo
that referenced
this issue
May 29, 2022
code4break
added a commit
to code4break/react-native-universal-monorepo
that referenced
this issue
May 29, 2022
Merged
In my opinion, this issue can be closed. |
0xwhiz
added a commit
to 0xwhiz/react-native-universal-monorepo
that referenced
this issue
Oct 23, 2024
devsky83
added a commit
to devsky83/react-native-universal-monorepo
that referenced
this issue
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run yarn
electron:package:mac
I get the error "Command "build" not found". When I update the packages/electron package.json script to remove yarn build from the "package:mac" script, electron build throws the error: "Application entry file "build/electron.js in Contents/Resources/app.asar" does not exist".Is there a way to resolve this? Thanks.
The text was updated successfully, but these errors were encountered: