We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a07fe1 commit 2bd652dCopy full SHA for 2bd652d
universions/npm/__init__.py
@@ -15,7 +15,7 @@ def get_npm_version(npm_path: Optional[Union[Path, str]] = None) -> Optional[Ver
15
Args:
16
npm_path: The path to `npm` to check. If not defined, it uses "npm"
17
Returns:
18
- The Node version.
+ The NPM version.
19
20
"""
21
if npm_path is None:
0 commit comments