Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm unpublish support ? #61

Open
radenui opened this issue Jan 12, 2017 · 0 comments
Open

npm unpublish support ? #61

radenui opened this issue Jan 12, 2017 · 0 comments

Comments

@radenui
Copy link

radenui commented Jan 12, 2017

Hi there,

I have trouble with npm unpublish command.
It returns me something like the following (traces of npm-register included):

npm unpublish npm-package-example@0.14.0-dev.945
measure#request=724ms method=GET user-agent="npm/3.10.6 node/v6.4.0 darwin x64" status=200 path=/npm-package-example request_id=0.9583168642941595
measure#request=1ms method=PUT user-agent="npm/3.10.6 node/v6.4.0 darwin x64" status=404 path=/npm-package-example/-rev/undefined request_id=0.38865073216712553
npm ERR! unpublish Failed to update data
npm ERR! Darwin 16.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "unpublish" "npm-package-example@0.14.0-dev.945"
npm ERR! node v6.4.0
npm ERR! npm  v3.10.6
npm ERR! code E404

npm ERR! 404 Not found : npm-package-example
npm ERR! 404 
npm ERR! 404  'npm-package-example' 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.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/myhome/npm-register/npm-debug.log

Of course, the version exists...

npm view npm-package-example@0.14.0-dev.945 version
0.14.0-dev.945

Is this command supported ?

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants