Closed xenoterracide closed 3 years ago
Closed based on this message:
Date: Wed, 11 Aug 2021 15:37:36 -0700 From: Caleb Cushing notifications@github.com To: "romkatv/powerlevel10k" powerlevel10k@noreply.github.com Message-ID: romkatv/powerlevel10k/issues/1535/897206765@github.com Subject: Re: [romkatv/powerlevel10k] node version not showing (#1535)
hmm, I figured it out, sorta,
nvm use
hadn't been called.
I don't think having to call nvm use
is a sufficient solution to this problem.
If I've already ran
. "${NVM_INSTALL_DIR}/nvm.sh" # This loads nvm
when starting zsh, then nvm
is already working. You can see this by cd
ing to an nvm
directory and calling node --version
@vegerot If something isn't working as intended, please open an issue.
@romkatv I have set a specific version as my default version, so I need not to run nvm use
.
@tjx666 If something isn't working as intended, please open an issue.
not sure if this is a bug or simply don't understand