atom 本地插件安装出错?

gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | x64
gyp http GET https://atom.io/download/electron/v1.3.13/iojs-v1.3.13.tar.gz
gyp http 200 https://atom.io/download/electron/v1.3.13/iojs-v1.3.13.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! install error
gyp ERR! stack Error: read ECONNRESET
gyp ERR! stack at exports._errnoException (util.js:870:11)
gyp ERR! stack at TLSWrap.onread (net.js:552:26)
gyp ERR! System Windows_NT 10.0.14393
gyp ERR! command “C:\Users\dujia\AppData\Local\atom\app-1.14.3\resources\app\apm\bin\node.exe” “C:\Users\dujia\AppData\Local\atom\app-1.14.3\resources\app\apm\node_modules\node-gyp\bin\node-gyp.js” “install” “–runtime=electron” “–target=1.3.13” “–dist-url=https://atom.io/download/electron” “–arch=x64” “–ensure”
gyp ERR! cwd C:\Users\dujia.atom
gyp ERR! node -v v4.4.5
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok

找到问题了

怎么解决的?

我是进错目录了应该是 .atom\packages 我进的是AppData\Local\atom\packages
安装了nodejs git 下包,在npm install 就可以了

你是手动安装?我用的是软件里面的“install”报的这个错。

对手动安装,我用软件里面的“install没反应。你可以试试手动安装

好的,多谢。