From e5692d6d992bb9899e62c573d0fa3b5be9540778 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Thu, 29 Jan 2015 11:01:12 +0100 Subject: Issue #252: Now correct node_modules gets deleted and phantomjs is installed. --- install-pixelated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index ceff0353..d5521399 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -72,7 +72,7 @@ function install_node_modules_at_custom_location() { fi if [ ! -h "node_modules" ] ; then - rm -Rf "$LOCATION/node_modules" + rm -Rf "node_modules" ln -s "$LOCATION/node_modules" node_modules fi } -- cgit v1.2.3