asdf-nodejs/bin
Michael Clark 609fe16682 Fixes #85 - system npm fails to run via asdf
`.asdf/bin/private/asdf-exec` sets `$ASDF_INSTALL_PATH` to the result of
`find_install_path` in `.asdf/lib/utils.sh` - which, if version is
`"system"` (which it is for the system nodejs, of course), returns an
empty string. This then, is passed to
`.asdf/plugins/nodejs/bin/exec-env`, and, if `$NPM_CONFIG_PREFIX` is
`""`, it is set to `$ASDF_INSTALL_PATH/.npm` - resulting in `"/.npm"`.

In my shell w/o `asdf` enabled which can run `npm`, `$NPM_CONFIG_PREFIX`
is blank; therefore a possible patch would be to only set
`$NPM_CONFIG_PREFIX` if it is blank _and_ `$ASDF_INSTALL_PATH` is _not_.
2018-07-18 16:18:39 -06:00
..
exec-env Fixes #85 - system npm fails to run via asdf 2018-07-18 16:18:39 -06:00
exec-path Fix Issue #56: Can't install latest version of npm globally 2018-04-25 22:32:34 -04:00
import-previous-release-team-keyring Update release & previous keyring scripts to match current teams for NodeJS 2018-06-25 10:15:00 -07:00
import-release-team-keyring Update release & previous keyring scripts to match current teams for NodeJS 2018-06-25 10:15:00 -07:00
install Move path to installed Node.JS binaries to the front of PATH 2018-06-14 08:23:31 -04:00
list-all Upgrade URL schema to HTTPS for list-all 2017-02-20 06:57:08 +01:00
list-bin-paths Set executable bit for list-bin-paths 2017-09-04 03:31:47 -05:00
list-legacy-filenames Add support for .node-version 2017-02-24 00:48:10 +01:00
parse-legacy-file Support vX.X.X version name 2017-09-26 00:24:56 +08:00
postinstall asdf reshim expects a plugin name and version. 2018-02-19 15:01:26 -05:00