mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
added a note about #1526
This commit is contained in:
parent
46f5c53521
commit
b02e077ab2
1 changed files with 6 additions and 0 deletions
|
@ -61,3 +61,9 @@ Or, you can increase the limit with a command-line argument:
|
||||||
|
|
||||||
php -d memory_limit=-1 composer.phar <...>
|
php -d memory_limit=-1 composer.phar <...>
|
||||||
|
|
||||||
|
## "The system cannot find the path specified" (Windows)
|
||||||
|
|
||||||
|
1. Open regedit.
|
||||||
|
2. Search for an ```AutoRun``` key inside ```HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor```
|
||||||
|
or ```HKEY_CURRENT_USER\Software\Microsoft\Command Processor```.
|
||||||
|
3. Check if it contains any path to non-existent file, if it's the case, just remove them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue