0
I remember installing the Nodejs on a windows machine and the terminal window (Command Prompt) has been replaced by a window fullscreen. If I’m not mistaken I had an option during installation.
I recently installed the Nodejs v4.6.0 and I didn’t see this option.
This substitution is possible?
Node js is just a command line executable, it does not replace the terminal. You are probably confused with a vim or vi style editor.
– Filipe Tagliatti
It doesn’t replace the terminal, it just has that executable where you can run the codes. Regardless of this it is possible to do it in the Windows terminal itself.
– Tiago Jose
Github installs git-shell. That’s what you’re looking for. Anyway, you always get two, the windows terminal and the github terminal.
– Sergio