Skip to content

How to update a Blitz.js application? #992

Answered by flybayer
fnn asked this question in Q&A
Discussion options

You must be logged in to vote

Good question!

Probably the simplest way is to do this:

  1. npm i -g blitz@latest
  2. Go to the folder containing your app. If app is at ~/projects/myApp, then cd ~/projects/
  3. 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.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@Vandivier
Comment options

@flybayer
Comment options

@reymon359
Comment options

@reymon359
Comment options

@ourmaninamsterdam
Comment options

Answer selected by fnn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants