yarn
yarn copied to clipboard
Add unpublish command
Could we get an unpublish
command, like what npm
has?
+1
$ yarn unpublish
yarn run v1.15.2
error Command "unpublish" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Any news on this feature? It would be a great addition. Hope yarn team put it on their roadmap in near future.
+1
+1
+1
+1
@dessant What if we want to purposely send a comment, in order to make a point ? I mean, this issue is active since almost 2 years while the request itself is very basic. Thanks
I have published a package which wasn't supposed to be published. How can I remove it, please help me.
I have published a package which wasn't supposed to be published. How can I remove it, please help me.
https://docs.npmjs.com/cli/unpublish @techhysahil
up
Hello, any news on this ? Thanks
Hello, any news?
we need this now, really thinking about switching away from buggy yarn
I'm looking for this too indeed, but yarn never really bugged from my experience. However, npm's UX is really low compared to yarn's.
+1
+1
Looks like Yarn 2 has: yarn npm tag remove <package> <tag>
, so you should be able to do: yarn npm tag remove <package> latest
.
Docs: https://yarnpkg.com/cli/npm/tag/remove
This is a good feature to add, for now we still need to use npm
to unpublish:
npm login
npm unpublish
+1