Skip to content

Instantly share code, notes, and snippets.

@VictorOmondi1997
Created August 5, 2019 05:23
Show Gist options
  • Save VictorOmondi1997/bc3b5b6980c80689cd42d6be9f0fee9a to your computer and use it in GitHub Desktop.
Save VictorOmondi1997/bc3b5b6980c80689cd42d6be9f0fee9a to your computer and use it in GitHub Desktop.
NPM TIO

NPM tip:

To install a particular version of a package try 👇

npm i <package-name>@<version>

Ex:

npm i express@3.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment