You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
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) 😄 or otherwise clearly document that you need to install a few extra tools 😞 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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just went into this error while doing
npm start
on Windows 10 using Node.js 0.12...The text was updated successfully, but these errors were encountered: