I setup Verdaccio on IIS 7.5. The web interface is up at the desired address.
When I try to execute npm adduser --registry http://my.registry.it/
, as requested in the UI, I get an npm ERR!
saying
HTTP Error 405.0 - Method Not Allowed
It seems a configuration problem with the WebDAV module, but I tried to:
give the WebDAV module various permissions, including executing and scripting and added "all verbs" manually generate a user entry in ./htpasswd. This step led me to login via UI, but not via CLI give the user that runs Verdaccio Application Pool all permissions Please, help me out :)
Screenshots below.