Skip to content

Instantly share code, notes, and snippets.

@pierodev0
Created May 12, 2026 17:07
Show Gist options
  • Select an option

  • Save pierodev0/ed515ebfd1c257a488a5ba2c4e2ec4c7 to your computer and use it in GitHub Desktop.

Select an option

Save pierodev0/ed515ebfd1c257a488a5ba2c4e2ec4c7 to your computer and use it in GitHub Desktop.
npm config
# ~/.npmrc
# Bloquea scripts de lifecycle:
# preinstall, install, postinstall, prepare, etc.
ignore-scripts=true
# Solo instala paquetes publicados hace al menos 3 días
min-release-age=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment