Prepend locally installed binaries to your PATH environment variable
Get your PATH prepended with locally installed binaries. This is a fork of sindresorhus/npm-run-path, but with CommonJS support.
npm-run-path$ npm-run-path$ node -e "const npmRunPath = require('@esm2cjs/npm-run-path'); console.log(npmRunPath());"$ PATH=$(npm-run-path) && eslint .