You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Hi, I used this couchapp to build my own private npm registry on a server , and set a domain name for it by nginx. I published a module successfully, everything goes well by far. However, when I install this module, it always went wrong.Then, I found the tarball address begins with 127.0.0.1, which is obviously wrong if I install locally instead of on the server. I have tried so many ways to set the tarball address but I failed. Is anyone can help me? How to set the tarball url address begins with my domain name rather than 127.0.0.1:5984. I would appreciate your help.