Gal Schlezinger
Gal Schlezinger
Hi! PRs welcome. The only issue I find with it is that we need to decide on behavior: - Should we ignore unmatched versions? - should we abort everything when...
``` rm -rf ~/.fnm/{installations,aliases} ``` Should do the trick as well :)
I don't use Windows. Feel free to debug this and share your details. :pray:
Yes, but only `env` and `completions`, which are commands that should only appear in the users' shell profile, need the `shell` argument. So I don't see why it needs to...
I don't have any Android devices. What OS arch is it? maybe there's a feature flag we need to provide by default? Another build pipeline in CI?
Duplicate of #139 ?
@ljharb looks like the issue I linked is all about “reinstalling packages from”. Is there a feature of default packages in nvm too?
thanks @ljharb, I read nvm's docs and now I understand. :)
hmm I wonder how that's not an issue with nvm if it also requires being evaluated to add `PATH`. Maybe you also had global Node.js installed with Homebrew or similar...
The global Node.js installation makes sense as VSCode does not run in the context of the shell so it does not share the environment variables (I guess). Having a global...