npm: describe implicit 'latest' version (#10925)

This commit is contained in:
Nicolas Kosinski
2023-10-11 09:32:21 +02:00
committed by GitHub
parent 11104892fe
commit 67de197e7b

View File

@@ -16,11 +16,11 @@
`npm install {{module_name}}@{{version}}`
- Download a package and add it to the list of dev dependencies in `package.json`:
- Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
`npm install {{module_name}} --save-dev`
- Download a package and install it globally:
- Download the latest version of a package and install it globally:
`npm install --global {{module_name}}`