Windows encuentra la ruta del nodo

# In powershell type the following
Get-Command node.exe | Select-Object -ExpandProperty Definition
Jarett Sisk