Update Conflicting Installations note

This commit is contained in:
Sander Declerck 2026-01-06 16:04:15 +01:00
parent e8f993623b
commit 504b3ca596
No known key found for this signature in database

View file

@ -133,6 +133,7 @@ type pip
``` ```
**Expected `which` output:** **Expected `which` output:**
- Standalone binary (correct): `~/.safe-chain/bin/safe-chain` or `/Users/<username>/.safe-chain/bin/safe-chain` - Standalone binary (correct): `~/.safe-chain/bin/safe-chain` or `/Users/<username>/.safe-chain/bin/safe-chain`
- npm global (outdated): path containing `node_modules` or nvm version paths - npm global (outdated): path containing `node_modules` or nvm version paths
@ -160,7 +161,7 @@ ls ~/.safe-chain/scripts/
### Check for Conflicting Installations ### Check for Conflicting Installations
The install/uninstall scripts automatically detect and remove conflicting installations, but you can manually check: > **Note:** The install/uninstall scripts automatically detect and remove conflicting installations, but you can manually check:
```bash ```bash
# Check npm global # Check npm global