-
Notifications
You must be signed in to change notification settings - Fork 24
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
creating new nx workspace with preset=qwik-nx using pnpx throws an error #44
Comments
For some reason |
On macOS 10.15.6 it fails with the following
|
I'm seeing the same error ... This is what I have node v16.19.0 |
@giri-jeedigunta as a workaround for now you can use |
This works !!! I'm able to move forward |
The error appears with just the app generator in a fresh Nx workspace as well. At least for me some minutes ago. So maybe not a preset issue alone |
@DominikPieper can you please provide error logs or reproduction steps (along with versions/environment you are using)? I don't see any issues with app generator as of now |
@dmitry-stepanenko If I call the generator twice, the second call works as expected. I'll take a deeper look later Steps:
Logs:
Nx Report:
|
Thank you, @DominikPieper! Will take a look |
It seems that this is a bug in the nodejs nodejs/node#44663 At this point it makes sense to adjust third-party package instead of creating workarounds here. @sebastiandg7 can you please take a look at the fix in your repo please nxkit/nxkit#59 🙏 |
Thank you! I'm releasing the fix asap. Will it be worth to cover this with e2e tests? |
Thanks a lot @sebastiandg7 ! Yes, I will cover this with e2e tests for sure |
Just released |
Thank you @sebastiandg7 ! |
this still happens to me even when using Tried to break it into manual steps like @DominikPieper suggested but getting this after running:
|
@shairez talked to Giora about the e2e tests at Discord, maybe easier to break down this one after we get tests to cover the preset as well. Easier to test with automation deploy and test cycles |
@shairez @dmitry-stepanenko this seems to be a different error breaking the preset generator, but we couldn't get to that point because of the one we just fixed. Seems like the playwright project generator is not getting the |
@sebastiandg7 this is now fixed #79. Haven't setup e2e as I know Giora is working on it |
Describe the bug
Creating a new workspace with the qwik-nx preset throws (I'm using windows 10)
To Reproduce
Run
pnpx create-nx-workspace --preset qwik-nx
Expected behavior
To complete with no errors
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: