Skip to main content

Johan Bové

Learned about npm dist tag

1 min read

Just yesterday we solved an issue with a library dependency by installing the "next" version of the module.

I didn't know allows you to install "tagged" versions of modules.

Found all documentation about npm-dist-tag here.

An example:

$ npm install thirdPartyLibrary@next