View categories
The Node.js platform moves node_modules bins to lower precedence
Change effective on 03 November 2015
Previously, node_modules/.bin
was prepended to the PATH
. This caused issues when some node clones of built-in commands, like which, modified the behavior of the original command. Now, node module binaries are appended to the PATH
so that the original commands take precedence.