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