Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up npm global installs #103

Merged
merged 1 commit into from
Nov 7, 2018
Merged

Speed up npm global installs #103

merged 1 commit into from
Nov 7, 2018

Commits on Nov 7, 2018

  1. Speed up npm global installs

    Per issue asdf-vm#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 asdf-vm#46
    sukima authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d18287b View commit details
    Browse the repository at this point in the history