- When installing global npm packages, explicitly use /usr/bin/npm - Falls back to $(which npm) if system npm not found - Ensures packages go to system location, not nvm location - Works around nvm PATH interference during setup
- When installing global npm packages, explicitly use /usr/bin/npm - Falls back to $(which npm) if system npm not found - Ensures packages go to system location, not nvm location - Works around nvm PATH interference during setup