Hi,
I don't fully understand this comment in the README:
// If false, it will try to use globally installed node. download = true
Can someone explain in more detail what this means? Specifically:
- Does
nvm need to be installed on the host machine for download = false to work?
- Does it try to use the version specified in the
version field?
- How does it "try"?
- What happens if "trying" fails?
Thanks
Hi,
I don't fully understand this comment in the README:
// If false, it will try to use globally installed node. download = trueCan someone explain in more detail what this means? Specifically:
nvmneed to be installed on the host machine fordownload = falseto work?versionfield?Thanks