Last Updated: February 25, 2016
·
1.578K
· leon

iisnode and chocolatey installed nodejs

after installing nodejs via chocolatey, it installs it to a different location than one demanded by the iisnode for iis express 7 installer.

simply make a junction to the correct location of node.exe

in cmd:

cd "c:\program files (x86)\" mklink /d nodejs "<node.exe dir>"

in my case the <node.exe> dir was

"c:\chocolatey\lib\nodejs.commandline.0.6.19\tools\node.exe"