First attempt at using Glitch can't deploy

So I’m trying to deploy the following app to glitch

And I’ve hit an unending wall of problems and have run out of options.

  1. Glitch initially refused to install several vital packages such as babel and webpack. I was able to work around this by switching from pnpm to npm but I have no idea why it was refusing to install them in the first place. At first I thought that somewhere I had set the environment to production but that turned out not to be the case.

  2. Now that I have got all my packages installed, something is causing webpack to fail without throwing any visible errors. It initially went through a period of constantly running and crashing and running and crashing, now it is just sitting there appearing as if it has run successfully but without having generated any files whatsoever.

I am at a loss here any ideas?

well by default editing code causes glitch to reload. if you shared the name of your project we might be able to help debug.

It seems to be working now. :confused:

1 Like

I’m so glad to hear that! If you have the time, I’d be super interested to hear what some of the bugs were and how you fixed them!