Skip to content

Commit f5e6dbf

Browse files
committed
related to #107
thx to @tkdb for research
1 parent 6e23623 commit f5e6dbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ other support contacts
3939
## Known issue
4040
- Error message: `Fatal error: Call to undefined method MagentoHackathon\Composer\Magento\Installer::setDeployManager()` happens when you update from 1.x to 2.x, as we switched from pure installer to plugin.
4141

42-
Solution: remove the `vendor` directory and the `composer.lock` and do a fresh install.
42+
maybe better Solution: ```composer update --no-plugins --no-dev "magento-hackathon/magento-composer-installer"```
43+
Fallback Solution(if first one does not work): remove the `vendor` directory and the `composer.lock` and do a fresh install.
4344

4445
## Usage
4546

0 commit comments

Comments
 (0)