跳到主要內容

yarn plugin remove

移除外掛。

用法

$ yarn plugin remove <name>

範例

移除從 Yarn 儲存庫匯入的外掛

yarn plugin remove @yarnpkg/plugin-typescript

移除從本機檔案匯入的外掛

yarn plugin remove my-local-plugin

詳細資訊

此命令會從 .yarn/plugins 資料夾中刪除指定的外掛,並從組態中移除它。

注意:外掛必須以其名稱屬性為參考,可以使用 yarn plugin runtime 命令取得。不允許使用簡寫。