Closed jahusa02 closed 6 months ago
~This looks more like an issue with Nx, possibly using a different version than this package?~
~The latest version only updates to the newest version of Nx if I remember correctly.~
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: