Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rezwaan opened this issue Mar 24, 2020 · 1 comment
Open

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

Rezwaan opened this issue Mar 24, 2020 · 1 comment

Comments

@Rezwaan
Copy link

Rezwaan commented Mar 24, 2020

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
Copy link

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
  1. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants