#Error trying to run migrations from terminal

1 messages · Page 1 of 1 (latest)

carmine gale
#

Hi guys, a few days ago I created a new vapr application from terminal, this new version of vapor uses a different way to run the application, with an enum entryPoint instead of a main file. When I try to run vapor run migrate it doesn't recognize the command, I'm trying to move Package.swift but it's different with targets and so on, has anyone had this problem and fixed it?

clear marsh
#

Have you tried updating the toolbox? It probably needs to be updated for the new binary name

#

Or just do swift run App migrate