After reading the configuration, npm will soft link it to the ./node_modules/.bin
directory, and npm will automatically add node_modules/.bin
to $PATH
, so that you can directly run dependent programs as a command, with no need to install it globally.