-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Cannot install packages (ETIMEDOUT) tried various fixes and keep getting "atom command not found" in CL. Not in path either. #11387
Description
Hello,
preface: I'm horribly new to this whole world of command lines, prompts and consoles... I've read other threads and some things just flew right over my head. I followed along and tried as much as I could but to no avail.
thread 1: Issue #4902
thread 2: Issue #11164
Description
cannot install packages nor themes. I try and it continuously times out and when I try various things (as far as I understand them) in the terminal, I get bupkis.
I installed atom today.
- version: 1.6.2
- OS: Win7 64bit
- terminals: Cygwin, Git Bash
Expected behavior:
I expect packages to be installed, themes to be installed, and for my terminal to recognize that atom is a thing.
Actual behavior:
I tried installing both packages as well as a theme or two. Keep getting this error.
Installing “atom-monokai@0.10.1” failed.Hide output…
Unable to download https://www.atom.io/api/packages/atom-monokai/versions/0.10.1/tarball: connect ETIMEDOUToutput from console
Installing theme atom-monokai failed Error: Installing “atom-monokai@0.10.1” failed.
at C:\Users\Trading\AppData\Local\atom\app-1.6.2\resources\app.asar\node_modules\settings-view\lib\package-manager.js:457:21
at exit (C:\Users\Trading\AppData\Local\atom\app-1.6.2\resources\app.asar\node_modules\settings-view\lib\package-manager.js:73:16)
at triggerExitCallback (C:\Users\Trading\AppData\Local\atom\app-1.6.2\resources\app.asar\src\buffered-process.js:213:47)
at ChildProcess.<anonymous> (C:\Users\Trading\AppData\Local\atom\app-1.6.2\resources\app.asar\src\buffered-process.js:235:18)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) Unable to download https://www.atom.io/api/packages/atom-monokai/versions/0.10.1/tarball: connect ETIMEDOUTupon reading those other threads I tried several things including
- using apm directly
- checking the version
- just opening atom
- which atom
Here are the results
$ apm install atom-monokai
bash: apm: command not found
$ atom --version
bash: atom: command not found
$ atom.cmd --version
bash: atom.cmd: command not found
$ which atom.exe
which: no atom.exe in etc...etc...Versions
"You can get this information from executing atom --version and apm --version at the command line. "
No... I in fact cannot do such miraculous things.
Conclusion
HAAALP.
My apologies in advance for being a problem child that doesn't know all about environment variables and bash and shells to the point y'all do. It seems I'm gonna need me some hand holding.