79379928

Date: 2025-01-23 05:28:51
Score: 0.5
Natty:
Report link

The issue is caused by the "main": "tailwind.config.js" property in your package.json file. When you run nodemon server.js, nodemon reads the main property and tries to include tailwind.config.js as well.

Update the "main" property in package.json to point to your entry file, server.js

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shehan Lakshitha