Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:

So I have this weird thing going on while I’m trying to code “Learn Relational Databases by Building a Mario Database” in Gitpod. Sometimes it is not allowing me to delete the text or rewrite it. Has anybody facing or faced similar issues using Gitpod?

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/128.0.0.0 Safari/537.36

Challenge Information:

Learn Relational Databases by Building a Mario Database - Build a Mario Database

Hi @mailforworkon

Where is this happening?
If you incorrectly type something in the prompt or forget to include the semi colon, the input is not accepted.

What does the prompt look like?
Like this =>
or this ->

Happy coding

Hi @Teller thanks for the reply. I should record a video probably next time it happens.

I’ll update this post with right information. Allow me some time.

See you with proper update.

Update:20-9-2024
First thing first: Your command prompt or Terminal should look like this Directory=> all the time.

If you type a wrong command or forget the “; semicolon” it will show like this “Directory->” which typically means error. And after you write the correct prompt or command it will become like this again “Directory=>”. Once it becomes regular type then enter your right prompt or command again to continue in your journey.

I hope this will help, and I will update again once I notice anything.

1 Like