Error: spawn cmd.exe ENOENT on every keypress
See original GitHub issueHi, 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:
- Created 7 years ago
- Reactions:2
- Comments:13 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is most likely due to a bug in
atom-linter@^5
, will try to trace that down…I have the same problem