snyk / scoop-snyk

A Scoop Bucket for Snyk, making installation on Windows easier
https://snyk.io
10 stars 14 forks source link

Couldn't find manifest for 'snyk'. #2

Open Rezwaan opened 4 years ago

Rezwaan commented 4 years ago

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

aboodnour commented 3 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

  1. go to snyk bucket directory
    cd ~\scoop\buckets\snyk
  2. Check git repo status
    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.