1 ---
2 title: npm-bundle
3 section: 1
4 description: REMOVED
5 github_repo: npm/cli
6 github_branch: release/v6
7 github_path: docs/content/commands/npm-bundle.md
8 redirect_from:
9 - /cli-documentation/v6/bundle
10 - /cli-documentation/v6/cli-commands/bundle
11 - /cli-documentation/v6/cli-commands/npm-bundle
12 - /cli-documentation/v6/commands/bundle
13 - /cli-documentation/v6/commands/npm-bundle
14 - /cli-documentation/v6/npm-bundle
15 - /cli/v6/bundle
16 - /cli/v6/cli-commands/bundle
17 - /cli/v6/cli-commands/npm-bundle
18 - /cli/v6/commands/bundle
19 - /cli/v6/npm-bundle
20 ---
21
22 ### Description
23
24 The `npm bundle` command has been removed in 1.0, for the simple reason that it is no longer necessary, as the default behavior is now to install packages into the local space.
25
26 Just use `npm install` now to do what `npm bundle` used to do.
27
28 ### See Also
29
30 - [npm install](/cli/v6/commands/npm-install)