Skip to content

Commit

Permalink
Clear _libvips cache on windows
Browse files Browse the repository at this point in the history
This will help folks having installation issues on windows resolve without opening an issue.  This issue has been seen in Issue lovell#1382  lovell#1387  and in gatsbyjs/gatsby#8325
  • Loading branch information
WaylonWalker authored Oct 7, 2018
1 parent 019e6a1 commit cd6ba4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ that it can be located using `pkg-config --modversion vips-cpp`.
[![Windows x64 Build Status](https://ci.appveyor.com/api/projects/status/pgtul704nkhhg6sg)](https://ci.appveyor.com/project/lovell/sharp)

libvips and its dependencies are fetched and stored within `node_modules\sharp\vendor` during `npm install`.
This involves an automated HTTPS download of approximately 13MB.
This involves an automated HTTPS download of approximately 13MB. If you are having issues during
installation consider removing the directory ```C:\Users\[user]\AppData\Roaming\npm-cache\_libvips```.

Only 64-bit (x64) `node.exe` is supported.

Expand Down

0 comments on commit cd6ba4c

Please sign in to comment.