diff --git a/How-to-set-up-WooCommerce-development-environment.md b/How-to-set-up-WooCommerce-development-environment.md index 8da7e26..105e7b2 100644 --- a/How-to-set-up-WooCommerce-development-environment.md +++ b/How-to-set-up-WooCommerce-development-environment.md @@ -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._