You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting, it's not the intended behaviour but installing nightly|rc builds is kind of a hack and as such leaving those versions installed my result in strange behaviour.
Note: This is a bit of a hack and leaving rc|nightly versions installed may break nvm when it eventually supports them itself. It's recommended that you don't leave the these versions of Node.js installed. Install them, test/play with them and then uninstall them when you're done.
If you want to submit a PR that fixes this behaviour I'd happily accept it!
As I see the problem is we install the nightly as nvm install node .
I can think of workaround to is to first parse index.json and instead calling nvm install v10.0.0-nighlty*
Since we now install it as an absolute version instead of nodenvm will not update the stable and node alias.
With this approach, nightly just acts like user-defined alias.. and the version just like any regular version.
Is this expected behavior, doesn't seem like it.
The text was updated successfully, but these errors were encountered: