nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
MIT License
79.08k stars 7.92k forks source link

default-packes getting installed on every node version switch #1983

Closed liebsoer closed 4 years ago

liebsoer commented 5 years ago
ljharb commented 5 years ago

Note that nvm is explicitly not supported when installed via homebrew. Can you brew uninstall it, and install it using one of the documented methods?

Also, "auto switch on cd" isn't built into nvm - perhaps you copied one of the snippets from the readme, and perhaps that uses nvm install internally?

ljharb commented 4 years ago

Closing pending followup.