From 9c1122984df8b0932901a33cde7d9eb4a5337241 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 1 Jun 2017 13:10:15 +0200 Subject: Split node modules into production and development groups The rationale behind this is that we now a too complex dependency graphs of node modules (~1000 !). This breaks at least under certain circumstances like installing the modules on a shared folder inside vagrant. This should fix #1076. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b597c3f8..899b6c80 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ install_py: service/requirements.txt service/test_requirements.txt requirements_js: @cd web-ui;\ + npm install --production;\ npm install;\ node_modules/.bin/bower install -- cgit v1.2.3