1

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

GameChanger
  • 153
  • 10

1 Answers1

1

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

npm i verdaccio@4.4.4 --python=python2.7
GameChanger
  • 153
  • 10