Build a Database of Video Game Characters - Build a Database of Video Game Characters

Tell us what’s happening:

when i run commands in the terminal nothing is happening, i need help as i can’t keep going

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 OPR/132.0.0.0

Challenge Information:

Build a Database of Video Game Characters - Build a Database of Video Game Characters

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-database-of-video-game-characters/5f2c289f164c29556da632fd.md at main · freeCodeCamp/freeCodeCamp · GitHub

You probably already unblocked yourself, but I’ll add my experience with this for future visitors.

I had the exact same issue. Don’t know what exactly triggered this, but for me it started after after trying to rerun a command with some fixed typos.

It turns out, that the commands were being run, but I was not getting any output indicating this. I had to exit the db out to the project root (can’t remember if I had to exit postgres completely) to get any indication that my prompts were running. Afterwards, I was able to reenter the database and everything worked as normal.