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.

How to build the application

See original GitHub issue

What is your question? How can I build an executable from the source code on Windows.

What is the context? What I tried:

npm run bootstrap
npm run app-start

App starts, everything works. Then I changed some code, ran it again, still worked. Now I need to build an executable to distribute it among my team (until you implemented a feature request of mine, actually 😉 )

So after studying the package.js script, I tried:

set BUILD_TARGETS=portable && npm run app-package

But it always stops with [build] Skipping build for ref ""

Please add instructions on howto build the actual executable to the docs.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mklemm2commented, Mar 18, 2021

Thanks, works perfectly! Now I’ll dig into the rest of the code to make it actually configurable. When I’m done, I’ll create a pull request.

0reactions
develohpandacommented, Mar 19, 2021

Awesome 😄 I will close this issue as resolved. Feel free to open a new one should you have any more questions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Create an App - 7 Steps to Make an app (2022)
1. Get your app idea on paper. The first stage of your app building is to understand what your app is aiming to...
Read more >
How To Make an App? Best Way to Create an App in 8 Steps ...
1. One of the most critical elements of an app is its name. So put on your creative hat and think of an...
Read more >
How to Make an App: Full Guide For 2022 | BuildFire
Learn how to make an app in 11 easy steps. Everything you need to know about mobile app development and how to create...
Read more >
Build your first app - Android Developers
Build point of interest, internet of things, and navigation apps for cars. Using the Android for Cars App Library · Build point of...
Read more >
How To Make An App – (2021) Create An App in 10 Steps
Hire a professional designer to create an app design for you. You can use sites like Upwork and Toptal to find a freelancer....
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