From 5275566f2fae293730e65a15b74bb894c89ab538 Mon Sep 17 00:00:00 2001 From: zzacharo Date: Mon, 17 Oct 2016 08:51:47 +0200 Subject: [PATCH] docs: recommend node-sass@3.8.0 * More recent versions of `node-sass` cause issue #1642, therefore recommend developers to use this particular version (closes #1644). Signed-off-by: Zacharias Zacharodimos --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 1ceac20318..86faf211dc 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -114,7 +114,7 @@ We build assets using `npm`. Make sure you have installed it system wide. .. code-block:: console (inspirehep)$ sudo npm update - (inspirehep)$ sudo npm install -g node-sass clean-css requirejs uglify-js + (inspirehep)$ sudo npm install -g node-sass@3.8.0 clean-css requirejs uglify-js .. note::