I use this package as a part of CI/CD of a bunch of projects and recently all of them started to fail because of snyk dependecy that cannot be installed, and I believe that it is related to the incident they are going through right now -> https://status.snyk.io/incidents/0ywz8h22kwzm
It's not the first time something like that happens:
I looked the code and I haven't seen any reason for snyk to be a direct dependency of this project and imported in all other projects that uses this package.
This is the stack-trace I'm seeing right now
/home/travis/.nvm/versions/node/v14.21.2/bin/npm-cli-login -> /home/travis/.nvm/versions/node/v14.21.2/lib/node_modules/npm-cli-login/bin/npm-cli-login.js
> snyk@1.1102.0 postinstall /home/travis/.nvm/versions/node/v14.21.2/lib/node_modules/npm-cli-login/node_modules/snyk
> node dist/bootstrap.js exec
Downloading from 'https://static.snyk.io/cli/v1.1102.0/snyk-linux' to '/home/travis/.nvm/versions/node/v14.21.2/lib/node_modules/npm-cli-login/node_modules/snyk/dist/snyk-linux'
Error: Shasum comparison failed!
Shasums:
- actual: c620fa1698e9ddefd92d2f79f0bee8169271077b6b24a75f40bba513586891f6
- expected: 53e32de971fe2a673e6a0e506c5399bac44f19e6736e281226e856047bb35e07
at WriteStream.<anonymous> (/home/travis/.nvm/versions/node/v14.21.2/lib/node_modules/npm-cli-login/node_modules/snyk/dist/common.js:203:39)
at WriteStream.emit (events.js:412:35)
at WriteStream.emit (domain.js:475:12)
at finish (internal/streams/writable.js:657:10)
at finishMaybe (internal/streams/writable.js:644:9)
at internal/streams/writable.js:617:7
at WriteStream._final (internal/fs/streams.js:315:3)
at callFinal (internal/streams/writable.js:610:10)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
I use this package as a part of CI/CD of a bunch of projects and recently all of them started to fail because of snyk dependecy that cannot be installed, and I believe that it is related to the incident they are going through right now -> https://status.snyk.io/incidents/0ywz8h22kwzm
It's not the first time something like that happens:
I looked the code and I haven't seen any reason for snyk to be a direct dependency of this project and imported in all other projects that uses this package.
This is the stack-trace I'm seeing right now