Learn relational databases by building a mario database

Im having a problem with the terminal . Is there anyway i csn reset the whole project and start from the beginning?? I accidentally hit reset ,but while the tasks went back ti the first level,the terminal has not reset ,and consequently i cannot move to the next level cause the files that need to be created are already created

Try removing the files manually by
listing the project folder contents with
ls
and then deleting the files using the command rm filename.fileextension

for example. rm example.sh

Another option is to login to codeally.io, click on the Cloud IDE tab (left of screen) and delete the project container. Then, when you go back to FCC and start the project up again, it will start entirely afresh.

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