Silverbullet-1.1.4.zip
| Problem | Likely Fix | |---------|-------------| | Port already in use | Change SB_PORT in .env or kill the existing process using lsof -i :3000 (Linux/macOS) or netstat -ano (Windows). | | White screen on browser | Check the browser console for CORS errors. Ensure you are not opening the file via file:// protocol; use http://localhost . | | “Missing module X” error | Run npm install manually inside the extraction folder. | | Notes not saving | Verify that the SB_DATA_DIR folder has write permissions for your user account. |