Closed jasonfma closed 6 years ago
Currently if my .nvmrc file is not in the executing directory, I have to use a change directory step to use nvm and then do a change directory back.
.nvmrc
change directory
My specific use case is cloning supporting tools directory and needing to run nvm there.
nvm
It would be great if we could have an option to specify the path for where the .nvmrc file should exist.
Created a PR for this feature.
Works thanks!
Currently if my
.nvmrc
file is not in the executing directory, I have to use achange directory
step to use nvm and then do achange directory
back.My specific use case is cloning supporting tools directory and needing to run
nvm
there.It would be great if we could have an option to specify the path for where the
.nvmrc
file should exist.