Installing past or future versions of npm packages

added by JavaScript Kicks
12/21/2015 6:28:42 PM

603 Views

npm lets you install versions of packages other than the current one, via: npm install "package-name"@"tag" npm install "package-name"@"version" Tags are aliases for versions.


0 comments