File Watcher - Composer Install
Has anyone tried this? I can get it to work fine for normal changes to the composer.json or composer.lock files. However, if I change branches, the File Watcher runs 8-10 instances of composer install simultaneously and then the processes never exit.
Please sign in to leave a comment.
It looks like the File Watcher might be executing before the file is completely changed out....
[UnexpectedValueException]
Package ezyang/htmlpurifier's dist key should be specified as {"type": ...,
"url": ..., "reference": ..., "shasum": ...},
{"type":"zip","reference":"6f389f0f25b90d0b495308efcfa073981177f0fd","shasu
m":""} given.
Please follow https://youtrack.jetbrains.com/issue/WEB-7912 for updates
But that is not the exact issue I'm having - this occurs on checkout. We want to the File Watcher to run once the checkout is complete...once.