npm bundle 命令在 1.0 版本中已被删除,原因很简单,已经不需要它了, 因为现在的默认行为是安装依赖包到本地空间。
npm bundle
现在直接用 npm install 命令替代 npm bundle 命令。
npm install
Last modified February 13, 2023 Found a typo? Send a pull request!