Skip to content
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

Building schema error when running project with NPM #946

Closed
mikeesto opened this issue Nov 3, 2020 · 5 comments
Closed

Building schema error when running project with NPM #946

mikeesto opened this issue Nov 3, 2020 · 5 comments
Labels
🐛 Bug 📦 Dependencies Pull requests that update a dependency file

Comments

@mikeesto
Copy link
Contributor

mikeesto commented Nov 3, 2020

When trying to npm install && npm start:

Screen Shot 2020-11-03 at 2 57 30 pm

There seems to be some related discussion about it here although there's no resolution. I ended up deleting node_modules & package-lock.json, and using yarn.

@carolstran
Copy link
Member

@mikeesto I also ran into this the first time I launched the site post-Gatsby migration. I'm working on a new contributing guide and thinking of only encouraging the use of yarn for now since there's no resolution on the Gatsby end 🤷🏼‍♀️

@orta
Copy link
Member

orta commented Nov 16, 2020

Yep, we should drop the npm installation recommendations - they don't get the lockfile and will definitely have different builds which would cause random issues like this

@carolstran carolstran added 🐛 Bug 📦 Dependencies Pull requests that update a dependency file labels Nov 16, 2020
@Urigo
Copy link
Contributor

Urigo commented Apr 9, 2023

@TuvalSimha is this still relevant?

@TuvalSimha
Copy link
Contributor

TuvalSimha commented Apr 10, 2023

@Urigo
I was trying to reproduce it:

  1. npm install
  2. npm start

The build was created and the project was running properly. You can close this issue for this moment.

@Urigo
Copy link
Contributor

Urigo commented Apr 11, 2023

thanks!
solved, please reopen if happens again

@Urigo Urigo closed this as completed Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 📦 Dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

5 participants