Project won't load

A few days ago, I noticed my Twitter bot (https://tiny-wrestlers.glitch.me/) stopped running. I checked the Glitch project, and it’s no longer loading. The log only displays this message: “Initializing node_modules, hold on…”

I’m working on Chrome and tried remixing the project once, but got the same result.

Thanks for any help!

Hi @erinllynch sorry for the bother. It looks like your project got stuck while installing modules in such a way that it followed along on remix. Here’s what I did to shake things loose on a remix of my own; in the console:

  • run rm /rbd/pnpm-volume/app/remote-syncing and answer yes when it asks for confirmation
  • then run enable-npm to force a new install of your modules. After that, things ought to be working again.

Please let us know if that doesn’t clear things up.

2 Likes

Perfect! It’s working fine now. Thanks so much!

1 Like