SHASHA
SHASHA

Reputation: 90

cfx run is not working

I downloaded the sdk tool and i installed the python 2.7.8 also. While activating the sdk tool its working fine. Even while i am running cfx int command it is creating all required directory inside the folder in which i run. But while running cfx run command it is showing error:

I can't find the application binary in any of its default locations on your system. Please specify one using the -b/--binary option. cfx run error example

Upvotes: 0

Views: 147

Answers (1)

therealjeffg
therealjeffg

Reputation: 5830

You need to tell cfx where to find Firefox, eg

cfx -b c:\path\to\firefox.exe run

Upvotes: 1

Related Questions