Skip to content

Instantly share code, notes, and snippets.

@Spharian
Last active April 2, 2019 19:06
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 Spharian/8a9c70d3638fe078ca10a128c087f3eb to your computer and use it in GitHub Desktop.
Save Spharian/8a9c70d3638fe078ca10a128c087f3eb to your computer and use it in GitHub Desktop.
Keep your Mac from indexing npm packages
{
"scripts": {
"preinstall": "mkdir -p node_modules && touch node_modules/.metadata_never_index"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment