We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078f92a commit efa03d4Copy full SHA for efa03d4
libexec/nodenv-install
@@ -41,6 +41,8 @@ curl -s -f "$download" > /tmp/node-$version.tar.gz && \
41
tar zxf /tmp/node-$version.tar.gz --strip-components 1 || \
42
{
43
cd $OLDPWD
44
+ rmdir "$version_dir"
45
+
46
echo "nodenv: unable to install NodeJS \`${version}' from binary, download not available"
47
exit 1
48
}
0 commit comments