Package reinstalls, Stuck projects and No terminal

Hello,

I see some members of the community reporting the following issues:

  1. Projects are reinstalling node modules
  2. Projects are getting stuck during the install
  3. Terminal is not coming up in projects.

For this reason, I am merging these reports into this thread.

These issues are related to the API/Project container issues we have been seeing this week.

In most cases, these issues should now be resolving on their own.

If you continue to see any of the things I listed above in your project, please send a message to [email protected]. That way I can gather the reports, investigate and alert the team as needed.

4 Likes

The projects are working for me right now.

Hello Glitch.
Over the past two days, I’ve had to reinstall express 50 times.
It just randomly decides to go away killing the server.
Please take a look into that.
Thanks.

Why all time when I join to my glitch it’s doing node with pnpm?

Glitch is having some issues, especially with pnpm/npm/nodejs.

1 Like

Okay, they will fix it ?

We just have to wait it out for now.

1 Like

Okay, and it’s too doing lots time tools.
Do you know why?
56756


Oh okay thanks for help

1 Like

I cannot understand your question. There is a issue with the node or do you want to enable pnpm?

Glitch is having issues to load your project.
[Project Hosting/Editor is having outage]

When I join to my project it’s doing node with pnpm, do you know why?

Because your project is asleeping right now.

Your project is falling asleep. Try use npm rebuild to rebuild your node_modules file.

i get this error every time tried reinstall all
internal/modules/cjs/loader.js:584

throw err;

^

Error: Cannot find module ‘klasa’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._resolveFilename (/app/node_modules/module-alias/index.js:49:29)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
Jump Toat Object. (/app/src/bot/index.js:2:28)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
Jump Toat Object. (/app/src/index.js:6:13)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:712:10)

Glitch is having some errors with npm packages, it should be over sooner than later.

ok thanks dude
hope it’s will be over soon

1 Like

Try using enable-pnpm. Or try reinstalling klasa.

i tried didn’t work ):

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

The project is back from the grave ! Idk if it’s thanks to Glitch or random luck, but thanks Glitch anyway !

I just had to do enable-pnpm after a nearly successful npm install (it was loading indefinetly at the end). The bot is back.

Nope it’s back, and I don’t know why…

Hey, @glitch_support is this still an ongoing issue?

1 Like

I’m not sure but I think it is.
For example, my projects still re-install packages every time, soooo…

¯_(ツ)_/¯

probably. at least for me it is

1 Like

Same problem here! Does anyone know of an alternate to glitch? I’ve had nothing but problems with it?

1 Like