Forking Cypress Postinstall Error #14869
Unanswered
tgf-coder
asked this question in
Questions and Help
Replies: 2 comments
-
I fixed it by making the postinstall use \ instead of / because I am working with a windows computer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See our Contributing guide: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md#getting-started There are some notes for Windows users in there. |
Beta Was this translation helpful? Give feedback.
0 replies
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 have a gitlab repository with a fork of cypress. I am trying to do a git+ssh to install cypress on my node project but am getting this error:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall:
./scripts/run-if-not-ci.sh yarn build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions