Gcloud cannot find module ‘sequelize’
I must deploy my node.js + express rest api server and I chose google cloud’s app engine standard environment. Locally my server work as I expected but when deploying on gcloud I always get the error “Cannot find module ‘sequelize'”. Sequelize is in the dependecies of my package.json and I can’t figure out how to make it work.