Tell us what’s happening:
I’m trying to to do Relational Database course .
It says that “These courses are undergoing maintenance. If they are not working, you can learn how to run them locally”
I follow all of the steps in that link to run course locally Relational Database Course – How to Learn SQL in VSCode Using Docker and freeCodeCamp
-
Clone the RDB Alpha repo to your computer with
git clone https://github.com/freeCodeCamp/rdb-alpha
-
Open a terminal, navigate to the
rdb-alpha
directory, and open VS Code withcode .
-
In VS Code, open the command palette with
Ctrl / Cmd + Shift + P
. Then, enter and runDev Containers: Rebuild and Reopen in Container
-
A new VS Code window will open and begin building the Docker image. It will take several minutes to build the first time
this is my vs code :
for some reason folder in vscode is empty
-
Once the image is finished building, open the command palette again with
Ctrl / Cmd + Shift + P
, enter and runCodeRoad: Start
. The command won’t be available until the extension has finished installing in your container -
Click the
URL
tab and enter the URL of the tutorial json file for the project you want to start (ex: https://raw.githubusercontent.com/freeCodeCamp/learn-bash-by-building-a-boilerplate/main/tutorial.json) Full list of available tutorials below.
then I open terminal and type “echo hello terminal” then press Run and it says : Test Runner Failed
I did everything what’s in steps and nothing is working…
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/120.0.0.0 Safari/537.36