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
Github Package registry expected the name properties on package.json to be "@{github username}/{package name} for example:-
"name": "@pravanjan/local-time", "publishConfig": { "registry": "https://npm.pkg.github.com/" },
This did work for me