question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, 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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
timofeysiecommented, Jul 13, 2019

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

$ yarn electron-pack
yarn run v1.13.0
$ yarn build
$ react-scripts build
Creating an optimized production build...
Compiled successfully.

File sizes after gzip:

  36.44 KB  build/static/js/2.b41502e9.chunk.js
  763 B     build/static/js/runtime~main.d653cc00.js
  601 B     build/static/js/main.643ebfc4.chunk.js
  517 B     build/static/css/main.2cce8147.chunk.css

The project was built assuming it is hosted at ./.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.

Find out more about deployment here:

  https://bit.ly/CRA-deploy

$ build -mw
/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.
0reactions
TssT16commented, Sep 8, 2019

thanks man

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found