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

Fallback to Global Binaries #6

Open
3 tasks
evanplaice opened this issue Jun 30, 2020 · 0 comments
Open
3 tasks

Fallback to Global Binaries #6

evanplaice opened this issue Jun 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@evanplaice
Copy link
Member

Currently, ESMTK works great as a local dependency but when called remotely it attempts to load the binaries from the wrong location.

Instead, it should fallback to loading the globals if they exist and bail out with a sensible error if they don't.

Requirements:

  • util to locate the global bin director
  • util to determine if the bin file exists
  • modifications to all existing commands

Notes:

  • should work with npm_config_prefix
  • should work with Windows
  • should work with Homebrew
  • should work with nvm/fnm

References:

@evanplaice evanplaice added the enhancement New feature or request label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant