Skip to content
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

Missing scripts & dependencies in package.json #703

Open
a-onkar opened this issue May 16, 2021 · 1 comment
Open

Missing scripts & dependencies in package.json #703

a-onkar opened this issue May 16, 2021 · 1 comment

Comments

@a-onkar
Copy link

a-onkar commented May 16, 2021

I have forked this repo & cloned it to my machine.
Followed the steps as mentioned in the readme file.
image

Had below observations:

Case 1:
Navigated to cypress-example-recipes\examples\blogs__dayjs project
Run command: npm start
Failed to start the server.
Issue: I am assuming that the start script is missing from the package.json of

image

Case 2:
Navigated to cypress-example-recipes\examples\blogs__dayjs project
Run command: npx cypress open or npm run cypress:open
Failed to open Cypress Test Runner as the dependency is missing in both (Root & blogs__dayjs) packaje.json files.

image

Suggestion 1: To remove the '&' symbol from the readme file as it creates confusion for beginners. Or modify it in a way that is easy to follow. (Just suggesting not a mandate)

image

@a90100
Copy link

a90100 commented Mar 15, 2024

Good suggestion.
The '&' symbol should be removed.

I can open cypress App by using the 'npx cypress open' command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants