-
Notifications
You must be signed in to change notification settings - Fork 48
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
NPM ERR_DLOPEN_FAILED in /src/node_modules/@nx-extend/e2e-runner/node_modules/nx/src/native/native-bindings.js:244 #268
Comments
Now see you are using Nx 19, I still need to update all packages in this repo to work with that version. |
Sorry, was in a hurry and forgot to add the rest to the issue 🤦 I think I fixed it for now with a manual override in package.json "@nx-extend/e2e-runner": {
"@nx/devkit": "19.0.1",
"@nx/workspace": "19.0.1"
} |
All packages are updated, could you give it a try? |
Seems to work, thank you! |
Got the same error again with nx 19.1.0 |
I do not think this error is related to this package (simply because I also can't reproduce it with my projects), maybe one of the other packages did not update? (Also looks more like a Nx issues) |
happening to me with nx 19.5.1 |
With the newest @nx-extend/e2e-runner version, I'll get the following error:
Here the output of nx report:
The text was updated successfully, but these errors were encountered: