@
unidentifiedme 爆炸是怎么回事?我是因为 apm 安装不上才手动安装的,去 package 文件夹 git clone ,然后用 npm install 安装
apm 安装报的错是:
gyp info using node-gyp@2.0.2
gyp info using node@0.10.40 | darwin | x64
gyp http GET
https://atom.io/download/atom-shell/v0.34.0/node-v0.34.0.tar.gzgyp WARN install got an error, rolling back install
gyp ERR! install error
gyp ERR! stack Error: read ECONNRESET
gyp ERR! stack at errnoException (net.js:905:11)
gyp ERR! stack at TCP.onread (net.js:559:19)
gyp ERR! System Darwin 14.5.0
gyp ERR! command "/Applications/
Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/
Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "install" "--target=0.34.0" "--dist-url=
https://atom.io/download/atom-shell" "--arch=x64" "--ensure"
gyp ERR! cwd /Users/admin/.atom
gyp ERR! node -v v0.10.40
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok
网上搜了一下好像没有较好的解决办法,所以就选择手动了