Skip to content

Instantly share code, notes, and snippets.

View commongoodguy's full-sized avatar
👋

Muhammad Dahri commongoodguy

👋
View GitHub Profile
@ASertacAkkaya
ASertacAkkaya / Laravel_12_TailwindCSS_3.md
Last active October 3, 2025 07:07
Laravel 12 with TailwindCSS 3

1. Remove TailwindCSS Vite plugin:

npm remove @tailwindcss/vite

2. Update vite.config.js:

import { defineConfig } from 'vite';
@berkedel
berkedel / flow-error-icu4c-not-loaded.md
Created April 4, 2018 14:13
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib

How to solve dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib

brew uninstall --ignore-dependencies node icu4c
brew install node