Cli: [Update README] Node 14.x is not supported- Please mention last supported node version or throw error instead of silent exit

Created on 25 May 2020  路  3Comments  路  Source: sequelize/cli

What you are doing?

trying to run normal migrations after updating to node 14.3.0

npx sequelize-cli db:migrate

What do you expect to happen?

something similar to
image
or throw any unsupported exception

What is actually happening?

Sequelize CLI [Node: 12.16.3, CLI: 5.5.1, ORM: 5.21.2]

Loaded configuration file "database/config/config.js".
Using environment "development".

__Dialect:_postgres
__Database version:__ 11.0
__Sequelize CLI version:__ 5.5.1
__Sequelize version:__ 5.21.2

Most helpful comment

Looks like the same problem of the sequelize package:
https://github.com/sequelize/sequelize/issues/12158
Solved with a update of the pg version.

All 3 comments

Looks like the same problem of the sequelize package:
https://github.com/sequelize/sequelize/issues/12158
Solved with a update of the pg version.

Thanks @vitorecomp! @khaledbnmohamed Can you let us know if updating pg fixes your issue?

Thanks @vitorecomp! @khaledbnmohamed Can you let us know if updating pg fixes your issue?

I actually downgraded node back again to 12.16.3 no solve this issue. I guess I'll the solution you gave a try when I upgrade again. Thanks for your help I'll close it for now as It seems that your solution will be working ( hopefully :D )

Was this page helpful?
0 / 5 - 0 ratings

Related issues

OsoianMarcel picture OsoianMarcel  路  4Comments

PavelPolyakov picture PavelPolyakov  路  6Comments

arndeash picture arndeash  路  3Comments

f1nnix picture f1nnix  路  4Comments

TangMonk picture TangMonk  路  3Comments