79380082

Date: 2025-01-23 06:58:18
Score: 1
Natty:
Report link

check your package.json mostly conflicting dependencies causes this issue

add this to your package.json:

 "devDependencies": {
    "@playwright/test": "^1.49.1",
    "@types/node": "^22.10.7"   }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rohit Kulkarni