Sha256: cfd08ac7e7f929d0ed97b696f984baa0da754685e8042a2e0da097fe793b4eec

Contents?: true

Size: 610 Bytes

Versions: 11

Compression:

Stored size: 610 Bytes

Contents

# [npm](https://npmjs.org/)

Compatible with probably any type of linux guest distro, will hook into npm's
cache directory under the result of running `npm config get cache` as
the default SSH user (usually `vagrant`) on your guest.

To manually enable it:

```ruby
Vagrant.configure("2") do |config|
  config.vm.box = 'some-box-with-nodejs-installed'
  config.cache.enable :npm
end
```

If you use [nvm](https://github.com/creationix/nvm) / [n](https://github.com/visionmedia/n)
on the guest machine, make sure it is already installed before enabling
the bucket, otherwise you won't benefit from this plugin.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
vagrant-cachier-1.2.1 docs/buckets/npm.md
vagrant-cachier-1.2.0 docs/buckets/npm.md
vagrant-cachier-1.1.0 docs/buckets/npm.md
vagrant-cachier-1.0.0 docs/buckets/npm.md
vagrant-cachier-0.9.0 docs/buckets/npm.md
vagrant-cachier-0.8.0 docs/buckets/npm.md
vagrant-cachier-0.7.2 docs/buckets/npm.md
vagrant-cachier-0.7.1 docs/buckets/npm.md
vagrant-cachier-0.7.0 docs/buckets/npm.md
vagrant-cachier-0.6.0 docs/buckets/npm.md
vagrant-cachier-0.5.1 docs/buckets/npm.md