-
Notifications
You must be signed in to change notification settings - Fork 42
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
error: migration:run
is not a registered comman
#5
Comments
@barak-haviv what is your node version? |
same here, adonis cli: 4.0.4 on mac OS High Sierra - 10.13.2 |
@barak-haviv change in package.json and migration works, but with warnings...: |
@barak-haviv @2peter3 thanks. For the warnings, it's from a knex lib used by |
@barak-haviv @2peter3 the warning is normal according to adonisjs/lucid#304 so I will close this issue. |
@iamraphson It's probably better to do as recommended, change migrations to: As a sidenote sqlite can't consume your alter table command, since it's not supporting alter. Lastly, to be able to run it out of the box you might want to add **EDIT: **EDIT2: Well, that will give a knex warning, they suggest use hasTable, so it needs a |
I Got this after following the installation instruction.
node --version v8.10.0
The text was updated successfully, but these errors were encountered: