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
{{ message }}
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.
I don't know if I have a misconfiguration or missing something, but I had to run nvmw use iojs or node each time my cmd is opened. Or else I couldn't use npm or any other global packages I've installed.
I've checked, and everything's correct, I have nvmw in my path.
But nothing for either iojs's or nodejs's npm.
So I've added nvmw's nodejs installation path into my System Path, to at least have nodejs as a default.
Is this correct? Because I can't set a default one from nvmw itself, for example if I decide to use iojs as a default, I'll have to set it myself into my System Path.
Docs would be great for this default configuration I guess.
The text was updated successfully, but these errors were encountered:
I already have a default, which is the one I've added manually to my Path (this is what nvmw does).
I don't need extra files for this, and use the same install of nodejs as nvmw.
But it's not my problem per se.
With both our solutions, if we decide to use the one that is not default, we'll need to make the change everytime we re-open the cmd. Or manually change something (Path or cmdrc.bat).
I think nvmw should change the default via nvmw use [default] and persist the choice accross cmd's sessions.
I don't know if I have a misconfiguration or missing something, but I had to run
nvmw use iojs
ornode
each time my cmd is opened. Or else I couldn't usenpm
or any other global packages I've installed.I've checked, and everything's correct, I have nvmw in my path.
But nothing for either iojs's or nodejs's npm.
So I've added nvmw's nodejs installation path into my System Path, to at least have nodejs as a default.
Is this correct? Because I can't set a default one from nvmw itself, for example if I decide to use iojs as a default, I'll have to set it myself into my System Path.
Docs would be great for this default configuration I guess.
The text was updated successfully, but these errors were encountered: