Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Use --no-bin-links to turn off symlinking for npm install
Browse files Browse the repository at this point in the history
There are filesystems without symlinks (Vagrant on Windows Host).
See the error at #2971
  • Loading branch information
techtonik committed Nov 30, 2014
1 parent ac9ae18 commit 3d8daee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -63,7 +63,7 @@ test-cov: env
tests: test

node_modules: package.json
npm install
npm install --no-bin-links
@if [ -d node_modules ]; then touch node_modules; fi

jstest: node_modules
Expand Down

0 comments on commit 3d8daee

Please sign in to comment.