Skip to content
Stars Background

yarn plugin remove

Remove a plugin

Terminal window
yarn plugin remove <name>

Remove a plugin imported from the Yarn repository :

Terminal window
yarn plugin remove @yarnpkg/plugin-typescript

Remove a plugin imported from a local file :

Terminal window
yarn plugin remove my-local-plugin

This command deletes the specified plugin from the .yarn/plugins folder and removes it from the configuration.

Note: The plugins have to be referenced by their name property, which can be obtained using the yarn plugin runtime command. Shorthands are not allowed.