Celestial Bodies Database - Build a Celestial Bodies Database

Tell us what’s happening:

Trying to set setup the boilerplate. Doing every step one by one. When trying this CodeRoad step, the test fails.
pwd is working fine in the terminal, but upon clicking run got this message: ‘Test Runner Failed.’ I am on Windows 10 with WSL Ubuntu.

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

Challenge Information:

Celestial Bodies Database - Build a Celestial Bodies Database

your prompt color is green and that indicates that your container is broken.

If closing the terminal, then clicking Reset doesn’t help (the new terminal should have a blue prompt with no green color in it) then unfortunately you will have to re-start this tutorial from the beginning (by cleaning up the environment and resetting it. Let us know if you don’t know how to do that)

Thanks for the reply, but I think I found the solution:

  1. you need to create a new folder for each tutorial, like this
    /|–>tutorial1
    |–>tutorial2
    |–>tutorial3

  2. Inside each tutorial folder, clone the git repo

  3. Then set up each step as mentioned, giving the correct URL to CodeRoad and the token in the Dockerfile.

  4. If you closed your VS Code somehow and are not able to start again, or CodeRoad is not working, giving green text in the terminal, then do not use the same folder, create another folder, and clone the git fora fresh start.

    This is working for me:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.