npm: align arguments (#19109)

This commit is contained in:
Managor
2025-10-30 00:12:00 +02:00
committed by GitHub
parent 795546fe7f
commit 85095da3ca
+1 -1
View File
@@ -22,7 +22,7 @@
- Download the latest version of a package and install it globally:
`npm {{[i|install]}} {{[-g|--global]}} {{package_name}}`
`npm {{[i|install]}} {{package_name}} {{[-g|--global]}}`
- Uninstall a package and remove it from the list of dependencies in `package.json`: