Closed laurentsenta closed 6 years ago
Thanks! And thanks for taking the time to file a bug report.
Very odd, seems to be caused by this line: https://github.com/lukechilds/zsh-nvm/blob/master/zsh-nvm.plugin.zsh#L22
Which is calling this command: https://github.com/lukechilds/zsh-nvm/blob/master/zsh-nvm.plugin.zsh#L16
The failure probably just means you're running nvm
on the latest master commit rather than checking out the latest release tag. So not a major issue but best to try and get it sorted.
What version OS/zsh
/git
are you running?
If you're on old versions can you try updating to recent versions of zsh
/git
?
Then nuke your nvm
dir with rm -rf $NVM_DIR
. (You'll lose all your installed node versions and global packages.)
Then start a new terminal session and it should retry the installation and hopefully succeed.
Sorry for the false alarm, I have an alias that echo ls
the current folder after a cd
,
I disabled it and the setup worked!
Thanks for investigating this and describing the source of the issue!
Thanks for sharing & maintaining this tool! I had a surprising error message on startup:
I install'd zsh-nvm with the manual process from https://github.com/lukechilds/zsh-nvm#manually
I got the following logs when I opened a new shell:
It's not critical: nvm seems to work, but I can't tell whether the setup is complete or not.