Docs: clear _libvips cache on Windows (#1403)

This commit is contained in:
Waylon Walker 2018-10-07 10:49:05 -05:00 committed by Lovell Fuller
parent 019e6a1bfe
commit 937b091bab

View File

@ -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.