Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upnpm run build fails on Windows #5
Open
Comments
|
See #14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm run buildfails on a vanilla Windows 10 installation with the following error:It's probably due to a lack of zip/unzip utilities in a standard Windows install. Probably better to use an npm zip module if possible, for portability.