-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Failure to start Cypress from VS Code Editor terminal #5457
Comments
Hey @hemssam, can you try:
|
Hi Jennifer,
Tried the newer version and i still see the same error. Also tried option 2
and please see the output below:
[image: image.png]
Thanks
Hema
…On Fri, Oct 25, 2019 at 10:08 AM Jennifer Shehane ***@***.***> wrote:
Hey @hemssam <https://github.com/hemssam>, can you try:
1. Updating to our latest 3.5.0 release - see what happens when you
run that.
2. Running .\node_modules\.bin\cypress run in debug mode
<https://on.cypress.io/debugging#Debug-the-Command-Line> mode and
print the entire set of logs here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5457?email_source=notifications&email_token=AB35CVZL2HBUW3TZS6F5O3TQQMDYLA5CNFSM4JE36VE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECIUV4A#issuecomment-546392816>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB35CV3GH4FQQ547ABTE7K3QQMDYLANCNFSM4JE36VEQ>
.
|
Hi,
can anyone help me on this issue |
I have the same bug |
@hemssam It doesn't look like you attached any output. Can you provide the DEBUG output? |
I faced this problem many times.
The problem is fixed now :) |
Thanks Rashmi |
I Tried This Working Fine.Open Windows PowerShell with Run as Administrator then run with below command. Set-ExecutionPolicy RemoteSigned Yes Now go to VSCode. and run
Cypress Runs. you can see as Verified Cypress! |
Thanks Rashmi, your solution worked for me. |
Closing as resolved. If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix. |
I am new to Cypress. I installed a newer version of node.js and installed cypress 3.4.1 version. Also installed Visual studio code editor and using the terminal tab on the code editor I am trying to open cypress using
.\node_modules\.bin\cypress open
i get the following error:I tried clearing the cache and unsetting the
NODE_OPTIONS
. Nothing works.The text was updated successfully, but these errors were encountered: