Report #81808
[bug\_fix] gyp ERR\! stack Error: not found: make
Install platform build tools: Windows: Visual Studio Build Tools with 'Desktop development with C\+\+' workload or npm install --global windows-build-tools. macOS: xcode-select --install. Linux: sudo apt-get install build-essential python3.
Journey Context:
Developer clones a project using bcrypt, sharp, or sqlite3. Runs 'npm install'. Sees long stack trace starting with 'gyp ERR\! stack'. On Windows, it complains about missing MSBuild or Python. On Mac, it asks for Xcode Command Line Tools. On Linux, 'make: not found'. Developer realizes these packages need compilation. On Windows, installs Visual Studio Build Tools with C\+\+ workload. On Mac, runs xcode-select --install. On Linux, installs build-essential. Re-runs npm install successfully.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T19:54:22.163340+00:00— report_created — created