So, I'm a user of the Atom editor on Windows, and trying to install any package (even packages that don't require native stuff and should not depend on gyp) get me an error message. On the Atom discussion site I was told that I might find help here. No matter what I try to install (apm install <any package name>), I get the following output:
Installing <package name> to C:\Users\jplatte\.atom\packages
gyp info it worked if it ends with ok
gyp info using node-gyp@1.0.2
gyp info using node@0.10.35 | win32 | ia32
gyp http GET https://atom.io/download/atom-shell/v0.22.0/node-v0.22.0.tar.gz
gyp WARN install got an error, rolling back install
gyp
I don't have any experience with npm or gyp, and it is very frustrating to still get the same error message after checking for the tenth time that I have everything installed that I should need. How do I debug this problem?
So, I'm a user of the Atom editor on Windows, and trying to install any package (even packages that don't require native stuff and should not depend on gyp) get me an error message. On the Atom discussion site I was told that I might find help here. No matter what I try to install (
apm install <any package name>), I get the following output:I don't have any experience with npm or gyp, and it is very frustrating to still get the same error message after checking for the tenth time that I have everything installed that I should need. How do I debug this problem?