From 937b091babb31c86931e39af1e7654ba9f25e1f2 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 7 Oct 2018 10:49:05 -0500 Subject: [PATCH] Docs: clear _libvips cache on Windows (#1403) --- docs/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index f378ebfc..577cab02 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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.