NodeJS replace windows terminal window

1

I remember that I installed NodeJS on a windows machine and the terminal window (Command Prompt) was replaced with a fullscreen window. If I was not mistaken I had an option during the installation.

I recently installed NodeJS v4.6.0 and did not see this option.

Is this replacement possible?

    
asked by anonymous 29.09.2016 / 19:39

1 answer

0

Hello, my friend. You're probably confusing. Node.js does not install any new terminal on any Operating System. What may have happened is that you followed a tutorial that instructed you to install git bash . But remember that it is highly recommended that you learn and run node.js in a Unix-like environment.

And yes it is possible to replace the Windows terminal (prompt command) with others like git bash .

    
02.10.2017 / 20:36