You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm using tailwind v4. locally everything works, but in prod I get this error :
php bin/console tailwind:build --minify
! [NOTE] Executing Tailwind (pass -v to see more details). 22777 | }; 22778 | }; 22779 | }); 22780 | 22781 | // ../../node_modules/.pnpm/@[email protected]/node_modules/@parcel/watcher-linux-x64-glibc/watcher.node 22782 | module.exports = __require("/$bunfs/root/watcher-0pmc4yjg.node"); ^ error: /tmp/.5efff616ff9fdf4f-00000000.node: failed to map segment from shared object code: "ERR_DLOPEN_FAILED" at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:22782:29) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:18:47) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:22795:42) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:18:47) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:76562:44) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:28:48) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:76646:13) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:28:48) at <anonymous> (/$bunfs/root/tailwindcss-linux-x64:76768:46)
Can anyone help me? thanks in advance
For info “I use the symfonycasts bundle on a symfony app. and the previous v3... it works well in production”.
Beta Was this translation helpful? Give feedback.
All reactions