Enigmatic-Smile / serverless-plugin-optimize

⛔️ DEPRECATED ⛔️ Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript

Home Page:https://www.npmjs.com/package/serverless-plugin-optimize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin doesn't work with sequelize and postgres

r3m4k3 opened this issue · comments

Hi there,

I'm trying to use this plugin with sequelize and postgres.
But after installing this plugin I get this error:
Please install pg package manually

What can I do with this?

Best regards

commented

npm i pg

You can pass in a dialectModule when constructing sequelize which you can set to be pg.