Skip to content

Unable to use percy cli 1.1 #903

Answered by Robdel12
gluip asked this question in Support
Apr 26, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @gluip! This is because when it’s installed locally in a projects dependencies, the binary isn’t added to the windows equivalent of $PATH. You will need to use npx (npx percy …) or call the binary directly (.\node_modules\.bin\percy …). npx does the job of looking for a binary that matches the name for you.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gluip
Comment options

Answer selected by gluip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #902 on April 26, 2022 14:36.