The term 'percy' is not recognized as the name of a cmdlet #528
-
The problemAfter running Executing
Environment
DetailsAs a temporary fix I've added Code to reproduce issue
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @konstantinschuette!
This is the correct way to do this. The reason you have to use |
Beta Was this translation helpful? Give feedback.
Hey @konstantinschuette!
This is the correct way to do this. The reason you have to use
npx
ispercy
is not installed globally (so it's not in%PATH%
). Usingnpx
will look up the percy CLI binary in the localnode_modules
folder for you. This is pretty much doing\node_modules\.bin\percy.cmd exec -- [...]