# NPM configuration for Termux/Android
# This prevents native compilation issues

# Disable building from source
build_from_source=false

# Ignore optional dependencies that might require native compilation
optional=false

# Ignore scripts that might try to compile native modules
ignore-scripts=true

# Disable binary links that might cause issues
bin-links=false

# Use cache more aggressively
cache_lock_retries=10
cache_lock_wait=10000

# Prefer offline installation to avoid network issues
prefer-offline=true

# Disable progress bar for cleaner output
progress=false

# Set registry to use HTTPS
registry=https://registry.npmjs.org/

# Disable audit to speed up installation
audit=false

# Disable funding messages
fund=false
