下载和安装
# Clone the Quick Start repository
git clone https://github.com/atom/electron-quick-start
# Install the dependencies and run
npm install && npm start
会出现这个问题
Downloading electron-v0.34.3-win32-ia32.zip
Error: read ECONNRESET
安装node
, nodejs
npm
不要用sudo apt-get install
方式,主要是这个更新太快,一不小心,好多包就过时了,还是到官网下载源码安装