Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per issue #46 the `ASDF_INSTALL_VERSION` variable is not available in global NPM installs. Instead the `npm_config_node_version` is provided by NPM during this situation. This change offers a fallback in these cases. Since a version will be available this will significantly speed up the postinstall during global NPM installs. Fixes #46
- Loading branch information