Skip to content

Commit

Permalink
Upgrade etcher-image-write to v5.0.1 (#469)
Browse files Browse the repository at this point in the history
* 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: #334
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>

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

See: npm/npm#4984
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
  • Loading branch information
jviotti committed Jun 12, 2016
1 parent 4e9c25a commit 3d921f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d921f2

Please sign in to comment.