Skip to content

Instantly share code, notes, and snippets.

@dexbarrett
Created April 14, 2019 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dexbarrett/03d4b0d01eeac33d63867a5fbe3e7427 to your computer and use it in GitHub Desktop.
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
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