Some packages require executing compilation tasks, such as converting SCSS to CSS.

<info>The options are</info>:

- <comment>Yes</comment>: Run tasks from these packages (this time)
- <comment>Always</comment>: Run tasks from these packages (now and in the future)
- <comment>No</comment>: Do not run these new tasks
- <comment>List</comment>: Display full list of tasks

<info>To avoid asking this question in the future</info>, you may set a preference via
environment variable or composer configuration, e.g.

 - <comment>export COMPOSER_COMPILE=all</comment>
 - <comment>export COMPOSER_COMPILE=none</comment>
 - <comment>composer config extra.compile-mode all</comment>
 - <comment>composer config extra.compile-mode none</comment>
