FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

Unable to Publish Scoped Packages into NPM registry using CI tool. #1410

Closed saisankar10 closed 4 years ago

saisankar10 commented 4 years ago

Hi I am trying to publish a scoped package into the NPM registry using CircleCI. I am facing the Following Issue. I am able to push it to NPM registry Manually, please let me know if I am missing anything here. I suspect the %2f is the Issue, if so please let me know how to fix this. Also please note that we are able to publish the unscoped package with the same CircleCI tool.

Error: npm notice npm ERR! code E404 npm ERR! 404 Not Found - PUT https://registry.npmjs.org/@Scopename%2fPackage name - Not found npm ERR! 404 npm ERR! 404 'Scopename/Package name' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

campersau commented 4 years ago

I don't think that this is related to ungit though, is it?