About install node command #3075
Labels
installing node
Issues with installing node/io.js versions.
performance
This relates to anything regarding the speed of using nvm.
pull request wanted
This is a great way to contribute! Help us out :-D
Background
When I use "nvm install v19.0.0" to install Node, if the corresponding version of Node is not found in the repository, the file cannot be downloaded locally. However, the checksum is still verified.
Although a check was made using grep before the verification started, the nvm_compare_checksum function was still executed later. It is recommended to modify it to verify whether the downloaded file exists after downloading the file, and return if it does not exist. There is no need to execute the function further.
The text was updated successfully, but these errors were encountered: