Replies: 2 comments
-
Had the same/similar problem in windows cmd but worked fine for me in Git bash. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe you should try add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm running into a series of errors while trying to build a Gatsby website using the
npm init gatsby
command.[UPDATE]
Using
gatsby new
instead ofnpm init gatsby
seems to build as it should when creating an initial build using:The only strange thing is that it is installing a
node_modules
folder outside the project folder with the following folders inside:node_modules\sharp\build\Release\obj\libvips-cpp\libvips-cpp.tlog
. The last folder contains 3 files:link-VCTIP.delete.38.tlog
,link-VCTIP.read.38.tlog
,link-VCTIP.write.38.tlog
Earlier today I installed Gatsby v2.29. Not sure if it's influencing something.
My goal is to create a Gatsby website using Contentful as its CMS:
I have tried running the command using the terminal with admin privileges, and also tried to run it on a Windows path without spaces. None of those have changed the result. I also run into the same errors if I try to configure it as a Contentful without any styling system or plugins installed during the init.
If I
cd
into my folder and runnpm install
, I can rungatsby develop
and see the website running on my localhost. I am relatively new to Gatsby, but the end result doesn't look the same as it should look using the initial Gatsby init install. For example, I can't seem to find my access tokens for the Contentful integration.Copy of my terminal messages:
Copy of the log that was created:
Beta Was this translation helpful? Give feedback.
All reactions