npm bundle 命令已在 1.0 中删除,原因很简单,它不再需要,因为现在默认行为是将包安装到本地空间。
npm bundle
现在就用 npm install 做 npm bundle 以前做的事。
npm install