mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
npm: align arguments (#19109)
This commit is contained in:
+1
-1
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user