Thank you for your answer.
My question is not really about how to specify the path for node. It's more about how to install node.js in the project without having to install it on the machine by the msi installer.
One solution is just to copy the folder nodejs from Program files to the project but it feels a bit crappy. Is there a better solution ?
After that and about the path, unfortunately, I found this issue : "Allow $(ProjectDir) in paths in NTVS properties window" (https://nodejstools.codeplex.com/workitem/1533) which is another problem.
My question is not really about how to specify the path for node. It's more about how to install node.js in the project without having to install it on the machine by the msi installer.
One solution is just to copy the folder nodejs from Program files to the project but it feels a bit crappy. Is there a better solution ?
After that and about the path, unfortunately, I found this issue : "Allow $(ProjectDir) in paths in NTVS properties window" (https://nodejstools.codeplex.com/workitem/1533) which is another problem.