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

Add support for OpenBSD/adJ #29342

Open
vtamara opened this issue Apr 16, 2024 · 0 comments
Open

Add support for OpenBSD/adJ #29342

vtamara opened this issue Apr 16, 2024 · 0 comments
Labels
type: feature New feature that does not currently exist

Comments

@vtamara
Copy link

vtamara commented Apr 16, 2024

What would you like?

That cypress works in OpenBSD/adJ

Why is this needed?

Currently it is not supported and it is not possible to test with it, neither use projects like ionic that depend on cypress

Other

% doas npm install -g cypress
npm ERR! code 1
npm ERR! path /usr/local/lib/node_modules/cypress
npm ERR! command failed
npm ERR! command sh -c node index.js --exec install
npm ERR! Platform: "openbsd" is not supported.

npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-04-16T13_17_07_350Z-debug-0.log

The file /root/.npm/_logs/2024-04-16T13_17_07_350Z-debug-0.log includes:

1037 info run cypress@13.7.3 postinstall node_modules/cypress node index.js --exec install
1038 info run cypress@13.7.3 postinstall { code: 1, signal: null }
1039 timing reify:rollback:createSparse Completed in 1468ms
1040 timing reify:rollback:retireShallow Completed in 0ms
1041 timing command:install Completed in 14209ms
1042 verbose stack Error: command failed
1042 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:53:27)
1042 verbose stack     at ChildProcess.emit (node:events:517:28)
1042 verbose stack     at maybeClose (node:internal/child_process:1098:16)
1042 verbose stack     at ChildProcess._handle.onexit (node:internal/child_process:303:5)
1043 verbose pkgid cypress@13.7.3
1044 verbose cwd /home/vtamara/comp/js
1045 verbose OpenBSD 7.4
1046 verbose node v18.18.0
1047 verbose npm  v10.5.2
1048 error code 1
1049 error path /usr/local/lib/node_modules/cypress
1050 error command failed
1051 error command sh -c node index.js --exec install
1052 error Platform: "openbsd" is not supported.
1053 verbose exit 1
1054 timing npm Completed in 14600ms
@jennifer-shehane jennifer-shehane added the type: feature New feature that does not currently exist label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature that does not currently exist
Projects
None yet
Development

No branches or pull requests

2 participants