npm-bundle(1) -- REMOVED========================## DESCRIPTIONThe `npm bundle` command has been removed in 1.0, for the simple reasonthat it is no longer necessary, as the default behavior is now toinstall packages into the local space.Just use `npm install` now to do what `npm bundle` used to do.## SEE ALSO* npm-install(1)