fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.08k stars 111 forks source link

Add npm caching for other users #95

Closed adrianmoisey closed 10 years ago

adrianmoisey commented 10 years ago

I see that my vagrant users gets a symlink .npm to /tmp/vagrant-cache/npm. How can I configure other users to use the npm cache? Can I just create a .npm symlink in their home directories too? Or is there a better way to do this?

fgrehm commented 10 years ago

You should be fine by creating the symlinks by hand and once GH-94 gets merged it should be simpler to configure that.

Since there's nothing much we can do for now I'm going to close the issue (but I'll keep receiving notifications and I'm happy to help you out in case you have any trouble :-)

Please let us know if you run into any problems.

adrianmoisey commented 10 years ago

Thanks. I ended up making symlinks, seems to work fine.

fgrehm commented 10 years ago

Awesome :)