-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(bundling): correct project path for createTmpTsConfig #31314
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
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 6b52899.
Nx Cloud AI FixNx Cloud AI analyzes your failing CI tasks and automatically generates fixes whenever possible.
☁️ Nx Cloud last updated this comment at |
@Coly010 any updated on this? receiving the same error @balmasich do you have a temporary solution for this issue? thanks |
Hello @Coly010, |
Why is this issue ignored for so long when it's breaking all windows platforms? |
Resolve issue when
projectRoot was created from
join workspaceRoot and projectNode.data.root
but method createTmpTsConfig also make join
Current Behavior
method createTmpTsConfig
apply also join
Expected Behavior
Related Issue(s)
Fixes #31522