2
1
How we can use Nodejs command line in Console2?
2
1
How we can use Nodejs command line in Console2?
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.
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.batfile maybe different in your windows. – Morteza Ziyae – 2013-11-16T16:35:09.760If 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