When and why should we use the option --no-bin-links when we install npm packages?
The official docs say:
The
--no-bin-linksargument will prevent npm from creating symlinks for any binaries the package might contain.
But it is still unclear to me for which scenarios we have to specify this.
What will be the impact of the specifying of this option on the functionality of the package? Will the package when used error out?