-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Use .nvmrc with n #547
Comments
I can see a limited but simple way to use alias ni='n $(cat .nvmrc)'
alias nu='n use $(cat .nvmrc)' |
Configuring a project that uses node, to use a specific version of node, is complex. One option more in that spirit is: https://www.npmjs.com/package/node |
Thanks, I'll try, closing this for now. |
On a related note, I have added support for reading a Edit: changed to |
@shadowspawn I appreciate the new feature, but there are many existing projects with Another convention I would like |
|
@shadowspawn Thanks for the reply.
|
|
Please add support for |
New issues have been opened for:
|
Hi,
Is there a way to use an
.nvmrc
file withn
?@gussyboy touched on it in another issue #423 but @JohnRGee seemed to be confused by the comment.
So, so there is no confusion around what I am requesting, I would like to know if it is possible to configure a project that uses node, to use a specific version of node. This sort of behaviour is possible *(as I understand it) with a
.nvmrc
file.Is there a way to do this if I'm an
n
user and the rest of my team arenvm
users.Thanks
The text was updated successfully, but these errors were encountered: