I\'m trying to upload a package on GPR (Github Package registry). I log in successfully:
npm login --registry=https://npm.pkg.github.com
and th
For example:
{ "name": "@elvisjs/calling-elvis", "repository": { "type": "git", "url": "https://github.com/elvisjs/calling-elvis" }, "publishConfig": { "registry": "https://npm.pkg.github.com/elvisjs" } }
The name, repository/url and the publishConfig/registry must be matched.
name
repository/url
publishConfig/registry