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.

Can't run on Windows 8.1 x64

See original GitHub issue

Hi!

I saw this thread and tried all from it: https://github.com/visionmedia/debug/issues/58

My attempt:

Артем@SOGL c:\projects\loopback-zero-to-hero
$ set DEBUG=*

Артем@SOGL c:\projects\loopback-zero-to-hero
$ DEBUG=server:boot:* node .
"DEBUG" is not an internal or external
command, operable program or batch file.

Артем@SOGL c:\projects\loopback-zero-to-hero
$

Also tried this from README.md:

set DEBUG=*,-not_this

How to make it work on Windows?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
devjetcommented, Sep 30, 2015

Hi inside your file.js

process.env.DEBUG = "*,-not_this"; // <--add this line

var dbug = require('debug')('app');
dbug('Hello, %s!', 'world');
....

then you don’t need “set DEBUG=*” option

Worked for me. 👷

0reactions
2beenscommented, Aug 3, 2017

Still having the same issues on Win10. I have tried every method mentioned here (and elsewhere), but nothing seems to work, I still get the message: “‘DEBUG’ is not recognized as an internal or external command, operable program or batch file.” Gist link which contains the npm complete log: https://gist.github.com/2beens/871a90f07b8a6a1e83d5c612efeda661

Read more comments on GitHub >

github_iconTop Results From Across the Web

FIX: This app can't run on your PC error (Windows 8
Solution. Download a 32bit version of the software to install or Install a 64bit Operating system and run you application again. This will...
Read more >
This app can't run on your PC [Solved] - Driver Easy
This app can't run on your PC [Solved] · Option 1: Download and install the right version of programs · Option 2: Use...
Read more >
Windows 8.1 "This app can't run on your PC"
Windows 8.1 "This app can't run on your PC". I recently did a clean install of Windows 7 x64 on a new SSD...
Read more >
How to fix This app can't run on your PC error? - ugetfix.com
Option 1. Uninstall/Reinstall the program · Perform a clean boot in Windows 8.1. · Go to Services tab and then check the Hide...
Read more >
This app can't run on your PC (Windows 10 & 8) - Error Solutions
How can you fix 'This app can't run on your PC'? · Run as Administrator · Run as Administrator of some applications ·...
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