what the MCP hype folks aren't telling you is how easy it is to fumble into sad paths if you use nvm and similar
but you can slap some CLI duct tape on it
sudo ln -sf "$(which node)" /usr/local/bin/node && sudo ln -sf "$(which npx)" /usr/local/bin/npx
but you can slap some CLI duct tape on it
sudo ln -sf "$(which node)" /usr/local/bin/node && sudo ln -sf "$(which npx)" /usr/local/bin/npx
Comments