Open Rezwaan opened 4 years ago
I experienced the same issue. In my case, it turned out to be due to a problem with git cloning (connection interruption).
Here is how you can confirm
cd ~\scoop\buckets\snyk
git status
If you receive an error. Then you have a problem with cloned repo. I fixed it by removing the bucket and re-add it.
scoop bucket rm snyk
scoop bucket add snyk https://github.com/snyk/scoop-snyk
scoop update
Make sure that you do not get error messages in any of the previous steps. The bucket might be added but not properly initialized.
I am getting this error (Couldn't find manifest for 'snyk'.) when installing snyk from Windows powershell. I did following steps : 1) scoop bucket add snyk https://github.com/snyk/scoop-snyk 2) scoop update 3) scoop install snyk