plesae i wanna put a question.
i tried to deploy single js file.
but i couldnt do it.
nodejs i use.
error code is
Cannot find module ‘pg’
i put a js file like below.
const {Client} = require(“pg”);
before post it,there had more code.but this error appeard,then i deleted some probably extravagant code from js file.
but error was still yet.
at last just one sentence was left,but error has been there.
i want to deploy database trial program.
how do i find ‘pg’?