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

Remix integration tests failing #10247

Closed
AbhiPrasad opened this issue Jan 18, 2024 · 1 comment · Fixed by #10248
Closed

Remix integration tests failing #10247

AbhiPrasad opened this issue Jan 18, 2024 · 1 comment · Fixed by #10248
Assignees

Comments

@AbhiPrasad
Copy link
Member

https://github.com/getsentry/sentry-javascript/actions/runs/7571185647/job/20618457162?pr=10227

yarn run v1.22.21
$ run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server
$ (cd test/integration && rimraf .cache node_modules build)
$ (cd test/integration && yarn)
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "@vanilla-extract/[email protected]" is incompatible with requested version "@vanilla-extract/css@^1.14.0"
warning @remix-run/dev > cacache > @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
warning @remix-run/dev > proxy-agent > pac-proxy-agent > pac-resolver > degenerator > [email protected]: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
[3/5] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "^18.0.0 || >=20.0.0". Got "14.21.3"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "test:integration:prepare" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Process completed with exit code 1.

Seems it's coming from vite-node.

@AbhiPrasad
Copy link
Member Author

ref vanilla-extract-css/vanilla-extract#1262 which did the vite-node bump.

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

Successfully merging a pull request may close this issue.

1 participant