Skip to content

Commit

Permalink
docs: recommend node-sass@3.8.0
Browse files Browse the repository at this point in the history
* More recent versions of `node-sass` cause issue inspirehep#1642, therefore
  recommend developers to use this particular version (closes inspirehep#1644).

Signed-off-by: Zacharias Zacharodimos <zacharias.zacharodimos@cern.ch>
  • Loading branch information
zzacharo authored and rikirenz committed Nov 14, 2016
1 parent c760dcb commit 5275566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 5275566

Please sign in to comment.