Tuesday 20 August 2019

Does installing a package from a repository install the release version?

If I install a node package that has a release version that includes optimizations like prebuilt binaries from a repository like this: npm install github_username/repo_name does that installation include all the goodies like a proper release when I use the command npm install package_name instead?

Submitted August 20, 2019 at 05:34PM by rraallvv

No comments:

Post a Comment