Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在离子 cli 中使用 pnpm 而不是 npm?它有一些比 npm 更好的好处,比如更小的存储使用量,在下载某些包时显示进度等等......
在 ionic CLI 的默认包管理器中运行以下命令,从 npm 到 pnpm:
ionic config set -g npmClient pnpm
如果你想使用 yarn 而不是 npm :
ionic config set -g npmClient yarn