Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

285
Views
Nodemon stuck on "[nodemon] clean exit - waiting for changes before restart" when I run nodemon .\index.js

Making a bot with discord.js and I'm following a tutorial, when I run "nodemon .\index.js" in the VSC terminal, it returns back with

[nodemon] 2.0.9
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node .\index.js`
[nodemon] clean exit - waiting for changes before restart

My code:

const Discord = require("discord.js");
const Bot = new Discord.Client({intents: [Discord.Intents.FLAGS.GUILD_MEMBERS, Discord.Intents.FLAGS.GUILDS]})

Bot.on('ready',() => {
    console.log("The bot is online")
})

Bot.login("Bot Token Here")

I've looked through posts of this same exact problem but I can't seem to find a answer to my problem, and on the tutorial nobody else seems to have this problem. I've restarted this bot project 2 times and I carefully followed the tutorial making sure I typed and installed everything correctly, but it still comes back with "[nodemon] clean exit - waiting for changes before restart"

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!