How to use NodeJS command line in Console2 in windows?

2

1

How we can use Nodejs command line in Console2?

Morteza Ziyae

Posted 2013-11-16T16:34:11.007

Reputation: 291

Answer: Created a new tab in console2 settings, shell: C:\Windows\System32\cmd.exe /k "C:\Program Files\nodejs\nodevars.bat"

The address of nodevars.bat file maybe different in your windows. – Morteza Ziyae – 2013-11-16T16:35:09.760

If you ask a question and later find a solution to that yourself, just write it down as answer and mark it as accepted. – Shekhar – 2013-11-19T05:57:51.710

For the people marking to close, this is a pretty straight forward question that fits into the scope. – Shekhar – 2013-11-19T05:58:49.243

Answers

2

Created a new tab in console2 settings, shell: C:\Windows\System32\cmd.exe /k "C:\Program Files\nodejs\nodevars.bat" The address of nodevars.bat file maybe different in your windows.

Morteza Ziyae

Posted 2013-11-16T16:34:11.007

Reputation: 291