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
Join in on a hand-picked round up of the best JavaScript articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.