0

I installed Snyk with "npm i -g snyk". It was installed successfully.

However I can not authenticate with "snyk auth" in the terminal. It shows a error message that the command "snyk" couldn't be found.

How can I use the snyk commands in the terminal?

Thank you!

Nadine
  • 357
  • 1
  • 5
  • 16

1 Answers1

1

I solved it.

I had to add the path of snyk into the collection of the global path variables.

Nadine
  • 357
  • 1
  • 5
  • 16