Updated How to set up WooCommerce development environment (markdown)

Roy Ho 2022-01-07 07:28:12 -08:00
parent 10ccabee05
commit 7f740ebb72
1 changed files with 1 additions and 1 deletions

@ -85,7 +85,7 @@ Plugin file detected.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 67108872 bytes) in /Users/exampleuser/vagrant-local/www/woocommerce-dev/public_html/wp-content/plugins/woocommerce/vendor/mck89/peast/lib/Peast/Syntax/Utils.php on line 37
```
_If this happens, increase the `memory_limit` setting in your php.ini configuration file and re-run `npm run build`._
_If this happens, increase the `memory_limit` setting in your php.ini configuration file and re-run `pnpm nx build woocommerce`._
_Alternatively, you might encounter 'Maximum function nesting level reached' error from xDebug. In that case, disable xDebug in your PHP installation temporarily._