Skip to content

Instantly share code, notes, and snippets.

@ryanpcmcquen
Created August 27, 2015 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanpcmcquen/7198e5cb9f2ada1c6e1a to your computer and use it in GitHub Desktop.
Save ryanpcmcquen/7198e5cb9f2ada1c6e1a to your computer and use it in GitHub Desktop.
node-0.12.6-atom-error.txt
npm: v2.11.2
Installing build modules...
Installing apm...
Native thread-sleep not available.
This will result in much slower performance, but it will still work.
You should re-install spawn-sync or upgrade to the lastest version of node if possible.
Check /tmp/SBo/atom-1.0.7/apm/node_modules/atom-package-manager/node_modules/yargs/node_modules/os-locale/node_modules/exec-file-sync/node_modules/spawn-sync/error.log for more details
Native thread-sleep not available.
This will result in much slower performance, but it will still work.
You should re-install spawn-sync or upgrade to the lastest version of node if possible.
Check /tmp/SBo/atom-1.0.7/apm/node_modules/atom-package-manager/node_modules/yargs/node_modules/os-locale/node_modules/exec-file-sync/node_modules/spawn-sync/error.log for more details
@willysr
Copy link

willysr commented Aug 27, 2015

I got this instead


  • The installation process will download a lot of modules for atom. *
    Node: v0.12.6
    npm: v2.11.2
    Installing build modules...
    gyp ERR! configure error
    gyp ERR! stack Error: connect ETIMEDOUT
    gyp ERR! stack at exports._errnoException (util.js:746:11)
    gyp ERR! stack at TCPConnectWrap.afterConnect as oncomplete
    gyp ERR! System Linux 3.10.17
    gyp ERR! command "node"
    "/usr/lib64/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
    "rebuild"
    gyp ERR! cwd /tmp/SBo/atom-1.0.7/build/node_modules/runas
    gyp ERR! node -v v0.12.6
    gyp ERR! node-gyp -v v2.0.1
    gyp ERR! not ok

npm ERR! Linux 3.10.17
npm ERR! argv "/usr/bin/node" "/usr/bin/npm"
"--userconfig=/tmp/SBo/atom-1.0.7/build/.npmrc" "install" "--loglevel"
"error"
npm ERR! node v0.12.6
npm ERR! npm v2.11.2
npm ERR! code ELIFECYCLE

npm ERR! runas@2.0.0 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the runas@2.0.0 install script 'node-gyp rebuild'.
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! Please include the following file with any support request:
npm ERR! /tmp/SBo/atom-1.0.7/build/npm-debug.log

@ryanpcmcquen
Copy link
Author

I was getting that with iojs 3.x. I am downgrading iojs to 2.5.0 for the time being, until atom can be built against a newer version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment