-
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
Consistently use yarn
or npm
across docs
#4514
Comments
I always use NPM — but yeah, we should standardize that and fix anyone's any uses of Yarn. |
@KyleAMathews I’d gladly make it all consistent and PR -- do you prefer standardizing to NPM because you use it or Yarn because it’s probably more common? |
good question @giladronat and thanks for offering. @m-allanson I've wondered the same thing and been too new to know if I'm just missing something or if there are reasons for npm vs. yarn. |
And then I accidentally closed and opened this again haha. Still a github newb. |
@giladronat yeah NPM cause it's the default and anyone using Yarn is already familiar with translating instructions to Yarn. Thanks! |
@KyleAMathews that makes sense. As a JS newbie that was recommended Yarn by friends, I don’t fall into that category, but I don’t know if I’m a representative sample. I’ll change to NPM though; most of the work is just finding all instances, not changing one way or another 😄 |
I am happy to help go through the docs looking for |
Thanks @giladronat! And thanks @WebRuin too, but it looks like @giladronat is working on this one already. |
This is done. Feel free to close @KyleAMathews |
Thanks @giladronat! |
i personally use npm but anytime i start a new gatsby project with
it also creates a yarn lock file in addition to the package-lock.json |
Across Gatsby's docs both
yarn
andnpm
are used interchangeably, which seems a bit confusing. The docs should consistently mention eitheryarn
ornpm
. Or both?The text was updated successfully, but these errors were encountered: