You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "type": "wordpress-plugin" was missing on a previous composer update run, the plugin files end up in vendor/.
After "type": "wordpress-plugin" was added, and composer update ran again, the
plugin files will be still in vendor/ and missing in web/app/plugins/svg-support.
Only a manual fix/workaround, by removing the directory in vendor/ and re-running composer update
lets composer update; composer install put the plugin files into web/app/plugins/svg-support/ directory.
The text was updated successfully, but these errors were encountered:
When
"type": "wordpress-plugin"
was missing on a previouscomposer update
run, the plugin files end up invendor/
.After
"type": "wordpress-plugin"
was added, andcomposer update
ran again, theplugin files will be still in
vendor/
and missing inweb/app/plugins/svg-support
.Only a manual fix/workaround, by removing the directory in
vendor/
and re-runningcomposer update
lets
composer update
;composer install
put the plugin files intoweb/app/plugins/svg-support/
directory.The text was updated successfully, but these errors were encountered: