-
There are a lot of new releases. Is there a way to update an existing app with all the new improvements in the generator template or do I have to do it manually? |
Beta Was this translation helpful? Give feedback.
Answered by
flybayer
Sep 2, 2020
Replies: 1 comment 10 replies
-
Good question! Probably the simplest way is to do this:
Then you'll it'll say there are file conflicts and you'll be able to see the diff of each file. We could add some type of command specifically for this case too. |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
fnn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question!
Probably the simplest way is to do this:
npm i -g blitz@latest
~/projects/myApp
, thencd ~/projects/
blitz new myApp
Then you'll it'll say there are file conflicts and you'll be able to see the diff of each file.
We could add some type of command specifically for this case too.