Skip to content

Commit

Permalink
Update gatsby-on-windows to include mention that Node x64 is a requir…
Browse files Browse the repository at this point in the history
…ement for Sharp fixes #2311
  • Loading branch information
KyleAMathews authored Jun 27, 2018
1 parent 3d69586 commit c559185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/gatsby-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ further instructions and contact the `node-gyp`team on
Note 1 : the Visual Studio Community 2017 surely contains the package too but we
weren't able to find it. If you found it, run `npm config set msvs_version 2017`
instead and report it here with a screenshot!

## gatsby-plugin-sharp requires Node x64
Some plugins which depend on native NPM dependencies require the Node x64 build of Node.js. If you're struggling to install gatsby-plugin-sharp, try installing Node x64 and removing `node_modules` and running `npm install`.

0 comments on commit c559185

Please sign in to comment.