evokerking1

Results 6 comments of evokerking1

> ![Screenshot_20230204-075851](https://user-images.githubusercontent.com/106862754/216753835-32ad6446-ef2e-412f-a613-427a69c29d2c.png) 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:...