How to start cypress source code #24462
Unanswered
caozijian666
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to do some research on the cypress source Code, so I downloaded and unpacked the project's source code and put it in the E:\ code \JavaScript\cypress-develop\cypress-develop directory. On Windows, I use Webstorm to open the project folder and use the yarn and yarn start commands to try to start cypress, but the program displays the following error:






Then I use PS E:\Code\JavaScript\cypress-develop\cypress-develop> yarn dev --run-project /cypress-develop/cypress-develop/ The --record --key command, where the program eventually stops:
Using the yarn dev command, you get the same result.
In Linux (VM + Ubuntu), I use the yarn and yarn start commands and get the following results.
The following result is displayed when the yarn dev command is used:
Using the yarn dev --run-project /cypress-develop/cypress-develop/ --record --key command, the following result is obtained:
How do I start cypress source code?
Beta Was this translation helpful? Give feedback.
All reactions