'Why is there no such file or directory of my react app?

I created a React App with the terminal command npx create-react-app and called it fb-clone. Now when I try to cd or ls into the directory called fb-clone, it says in the terminal "no such file or directory: fb-clone/".

Terminal looks something like this:

ls
fb-clone/
*then I get the error*

then I try:

cd fb-clone/
*then I get another error*


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source