• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2section: cli-commands
3title: npm-bundle
4description: REMOVED
5---
6
7# npm-bundle(1)
8
9## REMOVED
10
11### Description
12
13The `npm bundle` command has been removed in 1.0, for the simple reason
14that it is no longer necessary, as the default behavior is now to
15install packages into the local space.
16
17Just use `npm install` now to do what `npm bundle` used to do.
18
19### See Also
20
21* [npm install](/cli-commands/npm-install)
22