Created
April 14, 2019 16:02
-
-
Save dexbarrett/03d4b0d01eeac33d63867a5fbe3e7427 to your computer and use it in GitHub Desktop.
This is how I install node dependencies (laravel-elixir with node-sass) in my homestead machine on vagrant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install --no-bin-links || npm install --no-bin-links | |
npm rebuild node-sass --no-bin-links |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment