evokerking1
evokerking1
>  I keep getting this error as well.
My package.json file `{ "dependencies": { "friend-connect": "^0.7.6" } "type": "module" }` index.js import { Session } from "friend-connect"; new Session({ hostName: "Server Name", // The hostname of the server...
I also use bun to install the module.
Whats require-triage label?
> You wrote `const route = app.Router`. Is this what's actually in your code? I'd recommend reviewing the docs, which make it clear that you must call `Router`. That is:...