Cypress just showing Firefox browser but not Chrome also installed in my computer - browser

I would appreciate some clue on this. I have re-installed cypress, visual studio, run yarn again and updated node but still only FIREFOX avaible to run the tests.Chrome which is installed in my computer not showing. Thanks in advance!

Related

Chromium isn't installing after i tried debugging my server on VS code

I downloaded ndb and it all worked after that I want to start my server through npm run debug. Where debug is the 'ndb server.js'. I waited for hours and it's still:
Downloading Chromium r624492...
Is there anything should I download before that? Or what is the problem?
I downloaded both ndb globally and locally and tried installing it several times with no change

yarn installs different packages on different machines

I have some node project that uses yarn as the package manager, I have a windows 10 laptop and windows 10 PC, I'm able to install all the packages using yarn, but when trying to run the project it works on the laptop but fails on the PC(seems like some packages are not fully installed or something, but the yarn install does finish seemingly successfully).
I tried to match some parameters like node version, msvs version, windows SDK version, etc, but I just can't think of anything else that would cause this to happen.
I can't really share the project as it's not open source, but I'm just not sure about what could actually cause this to happen.
When installing the packages, on the PC it says that it installs 133073 files(or dependency linking), while on the laptop it says that it installs 134040 files. I believe this is where the difference is, also, if I run yarn install on the laptop and then just move the files to the PC, it works properly, I do need to get it working on the PC though.
Any advices or troubleshooting ideas would be very useful, thanks.

How do I get android studio to work?

I have a million things wrong with android studio. I've tried uninstalling and reinstalling it twice and nothing works.
I can't create a java class. I can't run a tester. I can't connect an emulator. When I tried to connect an emulator it said I had a fault in apk and my sdk weren't installed. But they were so I tried to uninstall them and reinstall them but only the platform sdk would reinstall the other would always get to the end before it quit the install saying there was not internet connection.
What am I doing wrong? How do I get android studio to work?
What computer OS are you running?
have you installed all the java packages?

Node inspector doesn't start

I run NodeJS Express server on 127.0.0.1:3000 and trying to debug it with awesome (when it works) Node Inspector but having trouble starting it after the update. I used to run version of Node Inspector 0.7.4 with node-debug server.js with no problems. Then I wanted to update it to latest 0.10.0 and went npm update -g node-inspector but now when I run node-debug server.js blank page opens in browser with url http://127.0.0.1:8080/debug?ws=127.0.0.1:8080&port=5858 and nothing happens. I tried node-debug --web-host=127.0.0.1:3000 with no luck.
How can I debug my my Node programs now? BTW I'm on Ubuntu.
EDIT:
I had no luck running latest version 0.10.0 so I had to uninstal and install 0.9.2. Node inspector started with no problem then. I run 0.10.0 on my mac but on Ubuntu it doesn't seem to work for some reason so going back to 0.9.2 was only solution. I hope this will help some Ubuntu users.
Use Chrome 42.0.2311.152-1 with node-inspector v0.9.2 or higher to fix this problem on Ubuntu 14.04.
See here: https://github.com/node-inspector/node-inspector/issues/697

How to install firesheep on windows

I tried to use the tutorial to install firesheep, and it said to install WinPcap to run the file. When I tried to run the file on Firefox, it just gave a blank webpage. I watched YouTube tutorials and followed the instructions on this http://pinglio.com/2010/11/how-to-install-and-use-firesheep/ website. Any suggestions to help for a windows user?
I now know I have to install an earlier version of firefox from the same website from the comments.

Resources