From 5e015cc3ca6f66237d75a5f3a1f13ecd1ccfd1e2 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 27 Mar 2017 20:31:43 +0100 Subject: [PATCH] Docs: use NODE_MODULES_CACHE=false for Heroku+yarn #722 --- docs/install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 93028323..4dc94d7d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -83,9 +83,8 @@ cd /usr/ports/graphics/vips/ && make install clean ### Heroku -[Alessandro Tagliapietra](https://github.com/alex88) maintains an -[Heroku buildpack for libvips](https://github.com/alex88/heroku-buildpack-vips) -and its dependencies. +Set [NODE_MODULES_CACHE](https://devcenter.heroku.com/articles/nodejs-support#cache-behavior) +to `false` when using the `yarn` package manager. ### Docker