[PATCH 5/7] Provision node.js without using symlinks

  • From: Andreas Ringlstetter <andreas.ringlstetter@xxxxxxxxx>
  • Date: Mon, 24 Aug 2015 16:51:09 +0200

When Vagrant is run on a Windows host, symlinks are not safe to use.

Signed-off-by: Andreas Ringlstetter <andreas.ringlstetter@xxxxxxxxx>
---
integration-scripts/install_codeface_node.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-scripts/install_codeface_node.sh
b/integration-scripts/install_codeface_node.sh
index ceb70c2..c0e56c4 100755
--- a/integration-scripts/install_codeface_node.sh
+++ b/integration-scripts/install_codeface_node.sh
@@ -3,6 +3,6 @@
echo "Providing id_service"

cd id_service
-npm install
+npm install --no-bin-links
cd ..

--
2.5.0


--------------040009010200000300020804
Content-Type: text/x-patch;
name="0006-Provision-cppstats-and-srcML-to-vendor-directory.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0006-Provision-cppstats-and-srcML-to-vendor-directory.patch"

Other related posts:

  • » [PATCH 5/7] Provision node.js without using symlinks - Andreas Ringlstetter