I'm using window git bash, here's what I did:
- git clone a project
- run npm run dev
I got
'..' is not recognized as an internal or external command,
the package.json look like this
{
"name": "something",
"scripts": {
"cypress:open": "../../node_modules/.bin/cypress open",
"dev": "../../node_modules/.bin/start-test 7079 cypress:open",
}
}
is this windows related issue?
I was trying to run https://github.com/cypress-io/cypress-example-recipes in windows.