Skip to content

Instantly share code, notes, and snippets.

@ademilter
Created May 17, 2020 09:42
Show Gist options
  • Save ademilter/b02817299615a5b6ee9d3b981ea73cd7 to your computer and use it in GitHub Desktop.
Save ademilter/b02817299615a5b6ee9d3b981ea73cd7 to your computer and use it in GitHub Desktop.
sequelize "Unknown argument: config"

sequelize db:migrate komutu çalıştırdığımızda db'ye bağlanıp tabloları oluşturması gerekirken aşağıdaki çıktıyı ekrana basıyor ve hata vermiyordu.

Sequelize CLI [Node: 14.2.0, CLI: 5.5.1, ORM: 5.21.9]
Loaded configration file "..."
Using enviroment "development"

aynı sorunu yaşarsanız problem büyük ihtimalle node sürümü.

nvm ile 12.4.0 sürümüne aldım ve sorunsuz çalıştı

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment