I'm struggling to understand how exactly WSL works.
The training that I'm doing requires nvm
so I can manage my node versions in my project, located in my hard drive that is running with Windows.
So, in order to use nvm
I need WSL, but I cannot comprehend where it is located. As far as I understood (and I'm pretty sure that I'm wrong) the WSL that I installed is like a Linux VM, completely independent from my Windows, and I operate it through the Ubuntu Terminal that came with WSL. If that's the case, how can nvm
in WSL be useful if my project is in my Windows directory and the WSL controls node versions from my Linux VM?
How do I make nvm
useful for my project running from my C:\
drive and how does WSL work with nvm
in my Windows?
Thank you!