Skip to content

Commit fd8de34

Browse files
authored
docs: update npm-cache directory location (#38373)
* update `npm-cache` folder location * add both directories as alternatives
1 parent e6e2fb4 commit fd8de34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-to/local-development/gatsby-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Some plugins which depend on native npm dependencies require the Node x64 build
8383

8484
## gatsby-plugin-sharp requires libvips
8585

86-
Sharp uses a C library, libvips. If you are having issues while installing Sharp, try removing `C:\Users\[user]\AppData\Roaming\npm-cache\_libvips`.
86+
Sharp uses a C library, libvips. If you are having issues while installing Sharp, try removing `C:\Users\[user]\AppData\Roaming\npm-cache\_libvips` or `C:\Users\[user]\AppData\Local\npm-cache\_libvips`.
8787

8888
## Windows Subsystem for Linux
8989

0 commit comments

Comments
 (0)