Windows Trouver le chemin du nœud

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