You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
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
Hi there,
I have trouble with npm unpublish command.
It returns me something like the following (traces of npm-register included):
Of course, the version exists...
Is this command supported ?
Thanks !
The text was updated successfully, but these errors were encountered: