Verdaccio on IIS on server 2008 r2

102 views Asked by At

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

1

There are 1 answers

0
GameChanger On BEST ANSWER

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