Skip to main content

Common Issues

Port Already in Use

If you encounter an error like EADDRINUSE, free the port by killing the process using it:
sudo lsof -i :4000
sudo kill -9 <PID>

Package Installation Fails

Retry with:
npm install --force