Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

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 [email protected]
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" "[email protected]"
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 [email protected] version
0.14.0-dev.945

Is this command supported ?

Thanks !

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

No branches or pull requests

2 participants