diff options
Diffstat (limited to 'npm/npmrc-win')
| -rw-r--r-- | npm/npmrc-win | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/npm/npmrc-win b/npm/npmrc-win new file mode 100644 index 0000000..3803390 --- /dev/null +++ b/npm/npmrc-win | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | ; %USERPROFILE%\.npmrc (Windows) | ||
| 2 | ; | ||
| 3 | ; Kein "prefix" gesetzt, anders als in npm/npmrc (POSIX): dort dient | ||
| 4 | ; prefix=${HOME}/.local dazu, globale Installationen ohne sudo/root ins | ||
| 5 | ; Home-Verzeichnis zu legen. Unter Windows loest npm dieses Problem | ||
| 6 | ; bereits selbst - der Standard-Praefix liegt ohnehin im Benutzerprofil | ||
| 7 | ; (%APPDATA%\npm), von Node's eigenem Installer automatisch zum PATH | ||
| 8 | ; hinzugefuegt. ${HOME} ist unter Windows i.d.R. nicht gesetzt und wuerde | ||
| 9 | ; hier nicht expandieren. | ||
| 10 | |||
| 11 | ; default registry | ||
| 12 | registry=https://registry.npmjs.org/ | ||
| 13 | |||
| 14 | ; disable fund-spam | ||
| 15 | fund=false | ||
| 16 | |||
| 17 | ; suppresses notifications about new npm versions | ||
| 18 | update-notifier=false | ||
| 19 | |||
| 20 | ; reduce the attack surface for supply chain attacks | ||
| 21 | min-release-age=3 | ||
| 22 | |||
| 23 | ; disable pre- und post-scripts | ||
| 24 | ignore-scripts=true | ||
| 25 | |||
| 26 | ; vim: ft=dosini | ||
