Closed kleytonroan closed 5 months ago
It seems like the NVM_DIR
environment variable is incorrect for you.
The correct value should be:
export NVM_DIR="/Users/kleyton.roan/Library/Application Support/Herd/config/nvm"
Actually, thanks to this tip from you, I fixed the problem, but I already had nvm installed, and when I installed herd it started giving these problems, so I deleted the ~/.nvm folder, the folder inside Herd/config and deleted all references to nvm inside my ~/.zshrc, then I installed everything through Herd and it worked, my herd doesn't show node 22, but since I had nvm I ran "nvm install node", which downloaded node 22 and a " nvm use node"
Platform
macOS
Operating system version
macOS Sonama 14.4.1 (23E224)
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.6.1 (Build 25)
PHP Version
No response
Bug description
After install, when I open a terminal (iterm2 with oh-my-zsh and powerlevel10k) this annoying error appears?
my ~/.zshrc file:
Steps to reproduce
I just open the terminal
Relevant log output
No response