Created
May 12, 2026 17:07
-
-
Save pierodev0/ed515ebfd1c257a488a5ba2c4e2ec4c7 to your computer and use it in GitHub Desktop.
npm config
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
| # ~/.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