We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvm install-latest-npm
1 parent 8a8dcbb commit b6a7a54Copy full SHA for b6a7a54
nvm.sh
@@ -206,7 +206,7 @@ nvm_install_latest_npm() {
206
NVM_IS_4_4_OR_BELOW=1
207
fi
208
209
- if $NVM_IS_4_4_OR_BELOW -eq 1 || (\
+ if [ $NVM_IS_4_4_OR_BELOW -eq 1 ] || (\
210
nvm_version_greater_than_or_equal_to "${NODE_VERSION}" 5.0.0 \
211
&& nvm_version_greater 5.10.0 "${NODE_VERSION}"\
212
); then
0 commit comments