Hi, Team.
When I look at the install.sh file, the NVM_VERSION value is hard-coded to 0.38.0
|
export NVM_VERSION="0.38.0" |
Do we have a reason to pin that specific version instead of getting the latest one (0.39.1 as of today)?
If there's no harm, can I send a PR to get the latest version of the NVM?
Hi, Team.
When I look at the
install.shfile, theNVM_VERSIONvalue is hard-coded to0.38.0features/src/node/install.sh
Line 21 in 82960fd
Do we have a reason to pin that specific version instead of getting the latest one (
0.39.1as of today)?If there's no harm, can I send a PR to get the latest version of the NVM?