https://nodejstools.codeplex.com/discussions/472196
My above steps don't work anymore. In VS 2012 with the april 4th release...
When I try to debug I get this dialog
```
---------------------------
Node.js Tools for Visual Studio
---------------------------
This version of Node.js () is not supported. Please upgrade to Node.js v0.10.20 or later.
---------------------------
OK
---------------------------
```
but my `node --version` says `v0.10.26`
Any thoughts?
Comments: In the user's scenario, the debug executable is mocha.cmd. The check for the version number introduced for Beta (in Nodejs.CheckNodejsSupported) shouldn't do any validation if the debug executable isn't the node.exe.
My above steps don't work anymore. In VS 2012 with the april 4th release...
When I try to debug I get this dialog
```
---------------------------
Node.js Tools for Visual Studio
---------------------------
This version of Node.js () is not supported. Please upgrade to Node.js v0.10.20 or later.
---------------------------
OK
---------------------------
```
but my `node --version` says `v0.10.26`
Any thoughts?
Comments: In the user's scenario, the debug executable is mocha.cmd. The check for the version number introduced for Beta (in Nodejs.CheckNodejsSupported) shouldn't do any validation if the debug executable isn't the node.exe.