Always getting segmentation fault [closed]

I’m using Node.js with these packages:

{
  "name": "templatetailwind",
  "license": "MIT",
  "scripts": {
    "dev": "parcel src/**/*.html",
    "build": "parcel build src/*.html --no-cache",
    "buildNotRoot": "parcel build --public-url /dadpool/ src/**/*.html"
  },
  "dependencies": {
    "autoprefixer": "^10.4.21",
    "daisyui": "^2.52.0",
    "flowbite": "^1.8.1",
    "parcel": "^2.14.4",
    "postcss": "^8.5.3",
    "postcss-purgecss": "^2.0.3",
    "tailwindcss": "^3.4.17"
  }
}

I was using this fine 2 months ago but now every time I’m trying to build it it’s always getting segmentation fault.

Full code: https://github.com/MoonLGH/dadpool

Build report: https://github.com/MoonLGH/dadpool/actions/runs/14227212281