79338374

Date: 2025-01-08 08:20:04
Score: 1
Natty:
Report link

Downgrading crypto-js to 3.1.9-1 solved this issue for me, it seems like this is the last stable version before this issue appeared!

npm install crypto-js@^3.1.9-1

then make sure your package.json looks like this:

"dependencies": {
  "crypto-js": "^3.1.9-1"
}

then

npm install
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Victor Rutskin