Skip to content

Commit

Permalink
Merge pull request gatsbyjs#6179 from gatsbyjs/KyleAMathews-patch-2
Browse files Browse the repository at this point in the history
Update gatsby-on-windows to include mention that Node x64 is a requirement for Sharp fixes gatsbyjs#2311
  • Loading branch information
KyleAMathews authored Jun 27, 2018
2 parents 3d69586 + c559185 commit a0f0fc6
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 a0f0fc6

Please sign in to comment.