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.

Error: spawn cmd.exe ENOENT on every keypress

See original GitHub issue

Hi, I have installed Atom 1.8.0 on Windows 7 64bit by using AtomSetup.exe . Installed also Node.js v4.4.5 and flake8 by pip install flake8 - install output: Successfully installed flake8-2.6.0 mccabe-0.5.0 pycodestyle-2.0.0 pyflakes-1.2.3

Then installed linter and linter-flake8 on atom. When opening python file on every keypress I am getting red box with error:

Error: spawn cmd.exe ENOENT
    at exports._errnoException (util.js:856:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at doNTCallback2 (node.js:465:9)
    at process._tickCallback (node.js:379:17)

Done already search in google but nothing usefull found. cmd.exe exists in C:\Windows\System32\cmd.exe

Please help solving that.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Arcanemaguscommented, Jun 21, 2016

This is most likely due to a bug in atom-linter@^5, will try to trace that down…

2reactions
MurKitcommented, Jul 13, 2016

I have the same problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: spawn cmd.exe ENOENT using WSL since 9.0.0 #7251
Simply run Ubuntu or other distro on Windows WSL, upgrade to 9.0.0, same is valid for any project I tried using v9.0.0.
Read more >
Problem with npm start (error : spawn cmd ENOENT)
Set your environment variable to C:\Windows\System32 . This works for me. Sets System variable. Solution 2. If the first one doesn't work follow ......
Read more >
ended with error spawn C:\WINDOWS\system32\cmd.exe ...
Hi guys, When i am starting to connect my org and visualforce, i am getting the below error. Starting SFDX: Authorize an Org...
Read more >
Salesforce DX - ENOENT error when trying to login
in visual studio code from command palette: Authorize an org. I get the error: ENOENT: spawn cmd ENOENT. I am not able to...
Read more >
The Julia REPL
julia> ; # upon typing ;, the prompt changes (in place) to: shell> shell> dir ERROR: IOError: could not spawn `dir`: no such...
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