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
I suppose running it via sudo (with admin permissions) should work for you?
Do you have any ideas on how to fix this? Could you try something like this if (is_readable('/etc/alpine-release') && file_exists('/etc/alpine-release')) - probably it will work for you? Or leverage is_file('/etc/alpine-release')
Also, the exact error message would help with this. And could you share your OS info?
Please, feel free to open a PR if you have a solution on how to fix it.
SassBinary.php: 135
file_exists('/etc/alpine-release') ? 'linux-musl' : 'linux';
On bin/console sass:build -> critical Error because System didnt allow to check this path.
Fixed it by hardcoding the variable to "linux"
The text was updated successfully, but these errors were encountered: