Project Endlessly fetchin

Hi, I’m new to Glitch. Trying to upload my project - https://github.com/purplebetterone/simple_weather_app.git

but the fetching continues without end. No idea what’s wrong.

Hi @purplebetterone, welcome to the Glitch forum!

It’s hard to tell exactly what’s going on there from this information. Do you see any error messages? Can you tell us the project name you’re working on?

One thing I do note; the package.json file in that GitHub repo won’t work in Glitch as-is. You need to add a start script to the package.json’s scripts property to tell Glitch to execute your main file. Something like "start": "node index.js" is probably sufficient.

Hope this helps!