Cannot write in terminal

After successfully compiling my coin exchange I pull up the terminal to write and I cannot print any characters to the terminal. What is the cause of this?

The code runs in the browser, not in the terminal.

1 Like

Thank you Zsolt, but I was able to write “npm start” in the terminal before and now I cannot enter anything.

What do you mean you “cannot enter” anything? What if you open another terminal and navigate to the same folder? Maybe your dev server is already running, so you need to either shut it down (Ctrl+C) or open a second terminal to do anything else. Either way, shutting down the development server while developing is encouraged.

1 Like

Solved, Thanks again!