'I got a "spawn ruby ENOENT" error and don't know where to begin
I'm trying to learn the programming language Ruby and I am following a freeCodeCamp.org tutorial. I've installed Atom and installed Atom Runner (I believe that's what it's called) and tried to run print "Hello World"
and I got this error message:
Unable to find command: ruby
Are you sure PATH is configured correctly?
ENV PATH: C:\Program Files\Google\Chrome\Application;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Brackets\command;C:\Users\jnvsu\AppData\Local\Microsoft\WindowsApps;
Error: spawn ruby ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:81:21)```
I really don't know where to start. I am on Windows 11. I have installed the latest version of Ruby 3.4
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|