Want to use git repository as a private npm registry to publish my own npm packages.
I have tried with the publishConfig and npm config set registry <>.
When I am setting the npm registry with npm config set registry <> and try to login with npm login it throws an erro :
npm ERR! code E403
npm ERR! Registry returned 403 for PUT on https://github.com/<project>/-/user/org.couchdb.user:<username>
npm ERR! A complete log of this run can be found in:
npm ERR! *****-31T09_44_15_043Z-debug.log