-
Notifications
You must be signed in to change notification settings - Fork 25
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
Name/API #60
Comments
Thanks @ljharb! This version manager is for PowerShell, and PowerShell has some very strict constraints for how commands and parameters looks like and work. For example, a command always has to look like Other than that, the feature set is pretty much the same as nvm (much more so than nvm-windows). It installs node versions into a folder and changes I think the readme shows quite well that the API is different and says that ps-nvm is inspired by nvm, but for PowerShell. nvm after all is only an acronym for node version manager, I have trouble coming up with a better name (and this project has existed under this name since Nov 2014). I do see your concerns though. Do you have specific suggestions how to make the distinction clearer? |
Hi @ljharb, creationix/nvm was very much the inspiration for PowerShell nvm when I started it back in 2014 (essentially filling the gap of there being no Windows nvm, or at least not one that's designed for PowerShell). Over that time I've tried to keep the spirit of nvm alive in the feature set of PowerShell nvm, but doing it in a PowerShell design. That's why I added support for things like @felixfbecker covers off all the technical differences nicely and because of that I think we've got a clear separation in how we work compared to your tool, but we're open to looking at how best to make the distinction between the tools clear. |
I wish I'd known sooner :-) nvm-sh/nvm#1682 seems a few years late ;-) I'm certainly not entitled to, nor intending to, make any demands :-) However, my experience is that either changing the name so it doesn't include "nvm", or ensuring that the featuresets are as similar as possible, helps avoid problems. If PowerShell has requirements that its users all understand, then that does suggest there won't be an issue there. I would expect - and hope - that everything listed in |
Hehe that's on me, over the years I've thought "I should submit a PR to nvm to get listed as Windows support" and then something shiny catches my attention and I forget about it 😛. By and large I think we've got everything
Alias support i'm happy to add, but I don't see any value in having iojs support so I wouldn't be adding that back in. |
I'd say custom + LTS + built-in aliasing would be great to add, because then (modulo iojs support) the featureset is indeed equivalent. |
The iojs support was a little different (here's the removal commit: aa4a653), basically I had cmdlets like |
Would you be willing to re-add it if it was just v1-v3 of node? |
Hmm possibly, depends how I go about doing alternative engine support. Is there much usage of installing io.js? |
Probably not a ton; all of my packages test on every minor version of node, including io.js, but I'm probably in the minority. It's more about making it possible for packages that support older platform versions to do that testing. |
Hi there - I'm the primary maintainer for creationix/nvm.
If this project is going to have the name "nvm" in it, it would be very helpful if you committed to supporting an identical API and featureset. If not, it would be helpful if you could find an alternative name.
(The nvm-windows project has a similar name but not a similar API/featureset, and it's caused a lot of trouble for maintainers of both projects due to the rampant user confusion)
The text was updated successfully, but these errors were encountered: