Terminal commands in VS Code mac say “bash: d: command not found” for restarted Gitpod project / freecodecamp
I went to the Gitpod dashboard, restarted the project, I have used command palleted to run “CodeRoad: Start”. I can see the CodeRoad window in vscode which is uptodate, but no terminal commands will run
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Challenge Information:
Learn Relational Databases by Building a Database of Video Game Characters - Build a Database of Video Game Characters
in both the gitpod + vscode (desktop & browser) as well as running it in docker locally (via instructions here).
On both versions it didn’t work (screenshots attached).
I think it might be something to do with psql terminal application not starting as the behaviour is consistent via gitpod or local docker instance (docker was running in background)
Screenshots below / any suggestions appreciated - thank you.
Also, in Gitpod, do you have more than one dashboard entry for the same project by chance? If so, you may need to delete all but the first to get your progress back.
On your local system, can you run other things under localhost successfully like right clicking on an index.html file and clicking “Open with Live Server”?
I will say that although I haven’t tried to run these projects locally like you have, I have found Gitpod to be a bit quirky.
I don’t have duplicated entries for the same project I can run a simple hello via index.html in the project via live server (and have no issues using things like the next dev server etc in other projects).
I did try rebuild container previously but lost the progress so didn’t want to do it again.
Have also read Gitpod and maybe CodeRoad are a bit flakey so definitely aligns.
Not too blocked from a learning point of view because I’ve got it running on a docker instance but think it’s not great for learners etc.
Will see if I can report the bug / share feedback with the FreeCode camp team