-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-starter-docs-master throws error when gatsby develop issued on windoes 10 x64 machine #3938
Comments
It happens sometimes for me on windows that npm won't install packages correctly - usually deleting |
Hi thank for tour time,
c:\dev\d\gatsby-starter-docs-master\gatsby-starter-docs-master\node_modules\sharp>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: c:\dev\d\gatsby-starter-docs-master\gatsby-starter-docs-master> |
@wisemonkey47 it looks like Python isn't installed or setup correctly. Try following the instructions on this page to setup the necessary dependencies for Gatsby on Windows https://www.gatsbyjs.org/docs/gatsby-on-windows/ |
gatsby develop
success delete html files from previous builds — 0.033 s
success open and validate gatsby-config.js — 0.019 s
error UNHANDLED REJECTION
Error: Unable to find plugin "gatsby-remark-images"
load-plugins.js:96 resolvePlugin
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/load-plugins.js:96:11
load-plugins.js:147 processPlugin
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/load-plugins.js:147:27
load-plugins.js:130
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/load-plugins.js:130:35
Array.forEach
load-plugins.js:129 processPlugin
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/load-plugins.js:129:40
load-plugins.js:168
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/load-plugins.js:168:28
Array.forEach
load-plugins.js:167 _callee$
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/load-plugins.js:167:28
index.js:122 _callee$
[gatsby-starter-docs-master]/[gatsby]/dist/bootstrap/index.js:122:20
I am receiving above error message when I try to run gatsby develop on my windows 10 x64 machine. I am using node version 8.4.0 and npm version 5.3.0
Any help or suggestions would be welcome,
Nilkanth S. Desai
The text was updated successfully, but these errors were encountered: