Post-processor container relies on external dependency #1415
Labels
bot: owl-bot
lang: php
Issues specific to PHP.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Problem
The PHP post-processor container has a dependency on an external dependency installed from npm:
This makes it susceptible to intermittent network issues on the upstream registry. It also makes it possible that we have a nested dependency break, if we're not using a
package-lock.json
during installation.Possible solution
Install
prettier
into container when building.The text was updated successfully, but these errors were encountered: