DEV Community

Discussion on: How to Install Oh My Zsh! on Windows 10 Home Edition

Collapse
 
reverseroach profile image
Ant

I ended up running "git clone github.com/creationix/nvm.git .nvm" instead, and then "source ~/.nvm/nvm.sh" before "source ~/.zshrc" and it worked for me

Collapse
 
rajdeepmondal1 profile image
Rajdeep Mondal

Hey,
Thanks for your advice, I used github.com/nvm-sh/nvm.git and installed node-v15.14.0 and it worked.