Hello

I have a project that's built with nodejs / webpack.
I have a few other projects that use the same stack,
and are far more complicated. There's no problems 
building them on OpenBSD.

With this particular project, I run into this error:

$ npm run build 

> photon@0.2.1 build
> npm exec webpack

libc++abi: terminating with uncaught exception of type std::bad_alloc: 
std::bad_alloc
Abort trap (core dumped) 

At one point in time it built fine. I am running a recent
snapshot, and all packages are up to date. I thought the
problem might be fixed with time but that hasn't been the 
case.

The nodejs version is v18.18.2. It should be possible to 
reproduce by cloning the project:

git clone https://github.com/0x1eef/photon.git
cd photon
npm i
npm run build

Any suggestions or tips on what might be going wrong ?
Thanks.

Reply via email to