Error on migrating with v25

Is the command yarn rw upgrade meaningful only if I already have the v0.25.1 installed or do I need to take two steps, starting from my current 0.23.0 using the document Releases · redwoodjs/redwood · GitHub

RedwoodJS users that have not yet invested any efforts into application development (are still kicking tires), can forget any history of releases and simply start as advised in the tutorial here:

If this is your first time using Redwood then no worries: the latest version will be installed automatically when you create your app skeleton!

That is the approach I am taking now, as fixing the code of the few snippets I have is a lot easier than going through Upgrading to RedwoodJS v0.25 (and Prisma v2.16): DB Upgrades and Project Code Mods.

Lastly, let me mention my long-lasting pipe dream (although I created a few prototypes several years ago) of an “Intelligent CLI” (which needs to become a real desktop app, rather than using a command-line interface) that advises the user of all available upgrade options and handles user’s choices of the upgrade options.