sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.9k stars 527 forks source link

install pg module manually #663

Open mocarskijosh opened 6 months ago

mocarskijosh commented 6 months ago

This issue is back #109

Had to install both pg and sequelize globally to get past it.

"sequelize": "^6.37.1", "sequelize-auto": "^0.6.7", "sequelize-typescript": "^2.1.6", "pg": "^8.11.3",