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.

A small correction for Windows users

See original GitHub issue

For those users that are not as technically proficient as they could be, it might be worth pointing out that they will need to modify the following line in “package.json” to allow the electron packager to complete. As is, it will attempt to build a package for Mac OS which will fail on Windows machines.

Modify this line as follows:

"electron-packager": "electron-packager . --overwrite --platform=win32 --arch=ia32 --prune=true --out=release-builds",

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:5
  • Comments:5

github_iconTop GitHub Comments

2reactions
baylf2000commented, Oct 24, 2019

@galbenyosef I would say they are two completely unrelated issues.

1reaction
translucentfocuscommented, Oct 26, 2019

@galbenyosef I agree with @baylf2000 we are talking about two completely unrelated issues. @vdmokstati Sorry, but I’m not willing to do so given the current issues with the project

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix a corrupted user profile in Windows - Microsoft Support
Learn what to do if you get a message telling you that your user profile is corrupted.
Read more >
Windows 10 Truncated username in C:\Windows\Users
In setting up a new PC, Windows 10 has truncated my username in C:\Windows\Users from the correct user name (e.g. absmith) to absmi....
Read more >
Windows scaling issues for high-DPI devices - Microsoft Support
Discusses Windows scaling issues for high-DPI devices. Provides resolutions and workarounds for various scenarios.
Read more >
Editor app, write like a pro | Microsoft Editor
Write with confidence across documents, email, and the web with Microsoft Editor, your intelligent writing assistant.
Read more >
How do I fix a misspelled user name in Windows 10?
Select the user, click properties, change the name and click Ok. If this is not possible, create a new administrator user: https://support.
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