2019-11-05 14:55:08 -05:00
|
|
|
---
|
2019-11-18 21:01:39 +02:00
|
|
|
section: cli-commands
|
2019-11-05 14:55:08 -05:00
|
|
|
title: npm-bundle
|
|
|
|
description: REMOVED
|
|
|
|
---
|
2011-11-21 09:48:45 -08:00
|
|
|
|
2019-11-18 21:01:39 +02:00
|
|
|
# npm-bundle(1)
|
2019-11-05 14:55:08 -05:00
|
|
|
|
|
|
|
## REMOVED
|
|
|
|
|
|
|
|
### Description
|
2011-11-21 09:48:45 -08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Just use `npm install` now to do what `npm bundle` used to do.
|
|
|
|
|
2019-11-05 14:55:08 -05:00
|
|
|
### See Also
|
2011-11-21 09:48:45 -08:00
|
|
|
|
2020-10-02 17:52:19 -04:00
|
|
|
* [npm install](/cli-commands/install)
|