I am trying to import pg module in my Wix website ({ Client } = require(“pg”)
but I got this Cannot find module ‘fs’ in 'bindings error when importing the module. I think it is related to the node js issue, but I thought Wix already supports node js. I did install pg 8.3.0 version from the approved npm package. Any guidance is appreciated.