jdx / npm-register

Your own private npm registry and backup server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm unpublish support ?

radenui opened this issue · comments

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 !