Upgrade etcher-image-write to v5.0.1 (#469)

* Upgrade etcher-image-write to v5.0.1

The new version contains an important fix to prevent `EPERM` errors on
Windows with certain drives.

Fixes: https://github.com/resin-io/etcher/issues/334
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>

* Upgrade NPM to fix newer package versions not available in Appveyor

See: https://github.com/npm/npm/issues/4984
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-06-12 17:56:47 -04:00 committed by GitHub
parent 4e9c25a1dd
commit 3d921f2f86
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm
- npm install --build-from-source
- npm install -g bower
- bower install

View File

@ -60,7 +60,7 @@
"drivelist": "^3.2.0",
"electron-is-running-in-asar": "^1.0.0",
"etcher-image-stream": "^2.0.0",
"etcher-image-write": "^5.0.0",
"etcher-image-write": "^5.0.1",
"flexboxgrid": "^6.3.0",
"is-elevated": "^1.0.0",
"lodash": "^4.5.1",