WP CLI: can't run i18n command

Issue Summary

Running the following command

wp i18n make-pot . --exclude=vendor

Always returns memory exhaustion errors. I’ve modified the php.ini.hbs file into the site folder to increase the limit but it doesn’t seem to have any effect. Any idea how to solve it?

Troubleshooting Questions

  • Does this happen for all sites in Local, or just one in particular? All sites.

Replication

Running the following command for a plugin

wp i18n make-pot . --exclude=vendor

System Details

  • Which version of Local is being used? 5.9.0

  • What Operating System (OS) and OS version is being used? Mac OS Catalina

  • Attach the Local Log. See this Community Forum post for instructions on how to do so:

local-lightning.log (306.9 KB)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.