From 01892a6162be5913a35a6a2c3a19a0b0ca8cbfd8 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 13 Jul 2016 13:51:30 +0200 Subject: fix installation of node_modules at least phantomjs-prebuilt has issues if the node_modules dir is a symbolic link. Which is the case inside vagrant. See #751 --- install-pixelated.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index e4f4ae64..4c6142a2 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -18,6 +18,7 @@ # test dependencies set -e +export NODE_PATH='/home/vagrant/boxed_node_modules/node_modules/' if [ ! $USERNAME ] then -- cgit v1.2.3