Updated How to set up WooCommerce development environment (markdown)
parent
10ccabee05
commit
7f740ebb72
|
@ -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._
|
||||
|
||||
|
|
Loading…
Reference in New Issue