mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Update Conflicting Installations note
This commit is contained in:
parent
e8f993623b
commit
504b3ca596
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue