Closed r-martins closed 5 years ago
Interesting, cool issue! Thanks for the report.
Are you running on Mac OS? What is the output of running node --version
?
Buffer.alloc
is a global object function in node (available in node 8-lts, too).
It's been available since node 4. Before that, version 0.12 and older, Buffer.alloc
didn't exist.
Not sure how to proceed. What node version are you using?
I've just released 0.0.29
that checks the node version is 8 or newer on startup.
Could you please update your installation to the latest release and try again? Thanks!
My bad.. Although I have node updated on brew, the one that was being used was installed with some other package manager, and was very old (v. 5.6). It seems that its working very well now. Thank you @Vinai .
The following error happened after commenting a
die()
line in a front end controllet execute() method, but it's happening in a regular basis after saving anything.Video: https://www.youtube.com/watch?v=TfPskiLwy-w
Magento version: 2.3.0