atom-archive / node-runas

Run command synchronously (with Administrator privilege)
MIT License
47 stars 20 forks source link

Atom not compiling #8

Closed Heronicola closed 10 years ago

Heronicola commented 10 years ago

Today when i tried compiling atom with the build script, it gave me this error,

npm ERR! runas@0.5.4 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the runas@0.5.4 install script. npm ERR! This is most likely a problem with the runas package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls runas npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200 npm ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program File s (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "--userconfig=C:\atom.np mrc" "install" "--quiet" npm ERR! cwd C:\atom\build npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.14 npm ERR! code ELIFECYCLE npm

I have the latest files from the repository.

izuzak commented 10 years ago

This looks like a duplicate of https://github.com/atom/node-runas/issues/5. Can you check the advice in that issue and see if that helps?