Skip to content

Instantly share code, notes, and snippets.

@korvus
Created March 3, 2017 09:47
Show Gist options
  • Save korvus/0d1ad1c9f8c17e6313c538b4e38bae18 to your computer and use it in GitHub Desktop.
Save korvus/0d1ad1c9f8c17e6313c538b4e38bae18 to your computer and use it in GitHub Desktop.
Comment connaitre la version d'un module installé
```
npm -v [nom_package]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment