Add --check to troubleshooting docs
parent
abe3f2d28f
commit
e85ca1ed94
|
@ -10,7 +10,10 @@ This is a list of common pitfalls on using Composer, and how to avoid them.
|
||||||
1. When facing any kind of problems using Composer, be sure to **work with the
|
1. When facing any kind of problems using Composer, be sure to **work with the
|
||||||
latest version**. See [self-update](../03-cli.md#self-update) for details.
|
latest version**. See [self-update](../03-cli.md#self-update) for details.
|
||||||
|
|
||||||
2. Ensure you're **installing vendors straight from your `composer.json`** via
|
2. Make sure you have no problems with your setup by running the installer's
|
||||||
|
checks via `curl -s https://getcomposer.org/installer | php -- --check`.
|
||||||
|
|
||||||
|
3. Ensure you're **installing vendors straight from your `composer.json`** via
|
||||||
`rm -rf vendor && composer update -v` when troubleshooting, excluding any
|
`rm -rf vendor && composer update -v` when troubleshooting, excluding any
|
||||||
possible interferences with existing vendor installations or `composer.lock`
|
possible interferences with existing vendor installations or `composer.lock`
|
||||||
entries.
|
entries.
|
||||||
|
|
Loading…
Reference in New Issue