setup-node-nvm icon indicating copy to clipboard operation
setup-node-nvm copied to clipboard

.nvmrc in a subdir

Open SebastianPfliegel opened this issue 5 years ago • 2 comments

Our repo hosts the frontend and backend. The .nvmrc file resides in the frontend subdirectory. It'd be neat to have the possibility to point to a specific directory/.nvmrc file.

SebastianPfliegel avatar Mar 30 '20 14:03 SebastianPfliegel

I guess this should be possible with a cwd option as proposed here. Alternatively, making the nvm command callable manually should also work, so one can cd there and call nvm again?

dcodeIO avatar Mar 30 '20 23:03 dcodeIO

nvm is a sourced shell function, so i'm not sure what "make it callable" would mean.

ljharb avatar Oct 18 '22 04:10 ljharb