npm-freeze
Version:
Freeze the npm dependencies
34 lines (23 loc) • 1.27 kB
Markdown
# npm-freeze
**TL;DR**, you probably want to use [npm shrinkwrap](https://www.npmjs.org/doc/cli/npm-shrinkwrap.html).
> Dump versions of packages in `node_modules/`.
[](http://travis-ci.org/phadej/npm-freeze)
[](http://badge.fury.io/js/npm-freeze)
[](https://david-dm.org/phadej/npm-freeze)
[](https://david-dm.org/phadej/npm-freeze#info=devDependencies)
[](https://codeclimate.com/github/phadej/npm-freeze)
## Synopsis
```sh
npm install -g npm-freeze
# Create version manifest in your project folder
npm-freeze manifest
# ... after a while check that freshly installed versions are still the same
rm -rf node_modules
npm install
npm-freeze check
```
## Screenshots
### Default options

### --minor
