ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

err for ubuntu 18.04 #91

Closed Sud0x67 closed 6 years ago

Sud0x67 commented 6 years ago

I got an error when I install the plugin and I don‘t know what to do. Follow is the output.

Installing “script-runner@2.2.2” failed.Hide output…

gyp info it worked if it ends with ok gyp info using node-gyp@3.4.0 gyp info using node@6.9.5 | linux | x64 gyp http GET https://atom.io/download/electron/v1.7.11/iojs-v1.7.11.tar.gz gyp WARN install got an error, rolling back install gyp ERR! install error gyp ERR! stack Error: connect ETIMEDOUT 54.231.49.202:443 gyp ERR! stack at Object.exports._errnoException (util.js:1022:11) gyp ERR! stack at exports._exceptionWithHostPort (util.js:1045:20) gyp ERR! stack at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14) gyp ERR! System Linux 4.15.0-20-generic gyp ERR! command "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/node-gyp/bin/node-gyp.js" "install" "--runtime=electron" "--target=1.7.11" "--dist-url=https://atom.io/download/electron" "--arch=x64" "--ensure" gyp ERR! cwd /home/bobo/.atom gyp ERR! node -v v6.9.5 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok

ioquatix commented 6 years ago

Can you try reinstalling? it looks like a timeout from atom.io

ioquatix commented 6 years ago

I just released v2.3.0 please try update and let me know if the issue persists.