Anonymous
Всегда получает ошибку сегментации [закрыто]
Сообщение
Anonymous » 02 апр 2025, 21:52
Я использую node.js с этими пакетами: < /pbr />
Код: Выделить всё
{
"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"
}
}
Я использовал это прекрасное 2 месяца назад, но теперь каждый раз, когда я пытаюсь создать его, всегда получают ошибку сегментации.
Полный код:
https://github.com/moonlgh/dadpoolbr/ >
https://github.com/moonlgh/dadpool/acti ... 4227212281
Подробнее здесь:
https://stackoverflow.com/questions/795 ... tion-fault
1743619953
Anonymous
Я использую node.js с этими пакетами: < /pbr /> [code]{ "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" } } [/code] Я использовал это прекрасное 2 месяца назад, но теперь каждый раз, когда я пытаюсь создать его, всегда получают ошибку сегментации. Полный код: https://github.com/moonlgh/dadpoolbr/> https://github.com/moonlgh/dadpool/actions/runs/14227212281 Подробнее здесь: [url]https://stackoverflow.com/questions/79551347/always-getting-segmentation-fault[/url]