79320625

Date: 2024-12-31 19:04:58
Score: 1
Natty:
Report link

Try forcing all dependencies to use the same version of sharp. To do this, add "resolutions" to the root package.json:

"resolutions": {
  "sharp": "^0.33.5"
}

then follow:

yarn install
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anatoliy Vlasyuk