Open andrerpena opened 9 years ago
Hey thanks for pointing that out. From the looks of it gulp-atom
uses the unzip
command which probably isn't available from your CLI. Installing WinRAR or WinZIP may get you past the unzip
problem but isn't the best solution here. A better solution here would be to figure out how to account for all dependencies through the project manifests (package.json
, etc) :smile: or otherwise clearly document that you need to install a few extra tools :disappointed: when running on Windows.
P.S.: I'd rather fix the manifests which may eventually mean submitting a PR for gulp-atom
or finding an alternative to gulp-atom
. Just glanced at the build procedure for a few apps featured on the Electron.js site, observed the gulp-atom
source and am considering that it may be better to find another way to build the apps. Still looking into it.
I just went into this error while doing
npm start
on Windows 10 using Node.js 0.12...