notunderctrl/discordjs-v14-series

Missing script "start" error

Opened this issue · 1 comments

I am getting missing script "start" error every time I run in replit

Add this to your package.json file:
"scripts": {
"start": "node your-script-file.js"
}