From 3d921f2f86128c873affd0ed2f033b92dc4e3746 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sun, 12 Jun 2016 17:56:47 -0400 Subject: [PATCH] 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 * 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 --- appveyor.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 01681fd63d..38ac74a1eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/package.json b/package.json index b5f1eeb7f5..5c7310fa8b 100644 --- a/package.json +++ b/package.json @@ -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",