Can't find module discord.js
ideabrian
HOBBYOP

2 years ago

I'm sure I'm missing something obvious here.

{

"name": "screenshooter-server",

"version": "1.0.0",

"description": "A server to handle screenshots captured by the ScreenShooter Chrome extension.",

"main": "server.js",

"scripts": {

"dev": "nodemon server.js",

"test": "echo "Error: no test specified" && exit 1",

"start": "node server.js"

},

"keywords": [

"screenshot",

"server",

"express"

],

"author": "Brian",

"license": "ISC",

"repository": {

"type": "git",

"url": "https://github.com/ideabrian/screenshooter-server.git"

},

"dependencies": {

"cors": "^2.8.5",

"discord.js": "^14.15.3",

"express": "^4.19.2",

"mongoose": "^8.4.4",

"multer": "^1.4.5-lts.1",

"openai": "^4.52.2",

"pngjs": "^7.0.0",

"sharp": "^0.33.4"

}

}

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies


Welcome!

Sign in to your Railway account to join the conversation.

Loading...