Package reinstalls, Stuck projects and No terminal

My apps is down, all of my packages thats already installed, keeps re-installing. Idk why, all of my apps are down, all of my packages keeps re-installing whenever I open my app… Can anyone help me?

Same issue there. Try to add watch.json to disable auto-restart.

Wht should I put in watch.json?

{
    "install": {
    "include": [
      "^package\\.json$",
      "^\\.env$"
    ]
  },
  "restart": {
    "exclude": [
      "^public/",
      "^dist/"
    ],
    "include": [
      "\\.js$",
      "\\.json"
    ]
  },
  "throttle": 84600000
}

Thank you! Btw, im also using uptimerobot, and my monitor (of my main bot) is always down, is there a way to fix this? Is it because glitch.com or uptimerobot itself? I already tried deleting and making a new monitor, but its still down

Glitch is blocking everysingle ping request now.

So i cant use uptimerobot now?

Yes, you can’t for now.

Oh okay. Thanks btw! :heart:

Hey @inxec,

If you have found @SplitXPlayZ’s answer to be helpful and if it solved your issue, kindly mark @SplitXPlayZ’s post as solved by clicking on the “Solution” button found at the bottom of the post.

Try use enable-pnpm or try npm rebuild to rebuild your node_modules file.

Isn’t pnpm-rebuild a valid option?

Hi! Can someone help me? Since a few days ago my bot keeps restarting to reinstall dependencies. My project is called “zecav12”, i’ve tried changing node version, creating a new app, etc… problem persists.

1 Like

same thing keeps happening to my project.

this is due to the issues glitch is having

As referred into another post:

Projects that go to “sleep”, are re-installing dependencies

Why?

Because of the latest information from the glitch staff, saying that every pinging service (i think) will be blocked for at least a week

Soooo, this issue may be going around for a week or more. :expressionless:

1 Like

Yes, never thought of that.

Having the same issue, stuck at installing packages.

However, running npm start from the terminal works fine.

1 Like

Name : streamnotifier
Discord bot duplicate process (the bot token was changed so the old one stopped sending duplicate messages but it’s still there I guess)
AND
now it’s stuck on :

node v12.0.0, with pnpm
Installing…

Read this post ^^^^^^^^

2 Likes