Cannot compile
See original GitHub issueHi,
my versions
Archlinux OS
yarn -v 1.16.0
node -v v11.13.0
electron -v v3.1.6
after yarn run dist I get error
“yarn run v1.16.0
$ build
/bin/sh: build: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.”
Has you an ideer what I need to install to have the build command?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cannot compile C++ with gcc - Stack Overflow
You are trying to compile C++ with a C compiler. Try g++ file.c instead. Also, it's good practice to name your file file.cpp...
Read more >cannot compile - Visual Studio Feedback
I tried to compile a snippet of code on VS Community edition and it crashed due to the non-availablity of VS Express. I...
Read more >[ProtocolLib] INTERNAL ERROR: Cannot compile structure ...
I'm using 4.6.1 from https://ci.dmulloy2.net/job/ProtocolLib/505/ and I'm running Tuinity 1.16.5 on Java 16 and I don't get this error, so maybe ...
Read more >Cannot compile formula - WordPress.org
QuickLaTeX cannot compile formula: A=\{1,2,3\}. *** Error message: Error: Cannot create TeX file. Suggestions? Thanks! Viewing 5 replies - 1 through 5 (of...
Read more >Cannot compile code in new PDS for OE project
Cannot compile code in new PDS for OE project. When right-clicking in the Progress Developer Studio for OpenEdge editor, "Check syntax" and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’m having the same issue with a project setup from this article. Just thought I would add my details in case it helps.
thanks man