We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error (Couldn't find manifest for 'snyk'.) when installing snyk from Windows powershell. I did following steps :
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I am getting this error (Couldn't find manifest for 'snyk'.) when installing snyk from Windows powershell. I did following steps :
The text was updated successfully, but these errors were encountered: