Search code examples
iis-7.5windows-server-2008-r2verdaccio

Verdaccio on IIS on server 2008 r2


I have setup the verdaccio on IIS on windows 10 and it works perfectly fine. But when I did the same process on server 2008 r2 it opens the page but then suddenly some runtime error and then shows blank page. On console I see some runtime errors on script 1002.

Verdaccio : 4.12.0 node : 12.7.0 python : 2.7


Solution

  • Although after a lot of try and error. Changing verdaccio version to 4.4.4 worked for me. To install [email protected] with python 2.7 we can run following command;

    npm i [email protected] --python=python2.7