我使用 yarn add vue-feather-icons 安裝了 vue-feather 圖示,但之后我在其他地方找到了一個更好的圖示,我想將它從專案中洗掉。我應該使用什么命令?謝謝你。
uj5u.com熱心網友回復:
要使用 卸載依賴項yarn,請使用remove命令:
yarn remove <packageName> --<flag>
洗掉vue-feather-icons是:
yarn remove vue-feather-icons
uj5u.com熱心網友回復:
只需yarn remove vue-feather-icons在專案的源檔案夾中運行,該包就會從您的 node_modules 和 package.json 中洗掉。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/368816.html
下一篇:將圖例分成兩列ggplot2
