-
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
What is the proper upgrade routine? #358
Comments
Do you mean when you install a newer "global" version of Gatsby? If that's the case, the global Gatsby install always defers to the local install so you don't need to worry about upgrading the actual project you're working on. So if something is working, there's no need to upgrade really. That being said, you can read the release notes on newer versions and see if there's anything that tempts an upgrade. There might be new features or bug fixes that affect you. Typically upgrades are fairly painless as well. |
Just noticed that after I posted. An idea: why don't you ship the Another thing. More offtopic, but a problem occured just recently. UPDATE: nvm, it was an error running a custom plugin in |
That's a great point re adding scripts to the starters. I'll do that shortly. Hmmm... it's a bug if the errors aren't being sent to the console... let me know if you figure out where they're being silenced. |
Added the scripts to the starters https://github.com/gatsbyjs/gatsby-starter-default/blob/master/package.json#L60 I'm going to close this now but please tell me if you find out why the error wasn't being written out. |
sure! |
If I install a newer version of
gatsbyjs
, should I / can I upgrade the project I am already working on?The text was updated successfully, but these errors were encountered: