79169489

Date: 2024-11-08 09:47:11
Score: 2
Natty:
Report link

check you package.json file whether it has scripts as per below?

{ "name": "example", "version": "1.0.0", "description": "description", "scripts": { "test": "echo "Error: no test specified" && exit 1", "start": "node index.js", } }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Riyaz Panarwala