Hi @AsmaKhan
Given you have a node-gyp
related error, I suggest the version of node on your local machine is lower (possibly v14.x.x) than the build system (v16.x.x). You can try downgrading node using the NODE_VERSION
environment variable.
Also bear in mind you cannot run a node server or postgresql db on netlify (if that’s what you are expecting to do.)