mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
11 lines
508 B
Plaintext
11 lines
508 B
Plaintext
# Cross-platform compatibility for Tailwind CSS v4 and lightningcss
|
|
# These packages use platform-specific optional dependencies that npm
|
|
# automatically resolves based on your OS (macOS, Linux, Windows, WSL)
|
|
#
|
|
# IMPORTANT: When switching platforms or getting platform mismatch errors:
|
|
# 1. Delete node_modules: rm -rf node_modules apps/*/node_modules
|
|
# 2. Run: npm install
|
|
#
|
|
# In CI/CD: Use "npm install" instead of "npm ci" to allow npm to resolve
|
|
# the correct platform-specific binaries at install time.
|