Conversation
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit c7fd3ef
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud has identified a possible root cause for your failed CI:
We identified the create-nx-plugin:build-base failure as an environment state issue unrelated to this PR's changes. The error (TS6305) indicates that pre-compiled declaration files from create-nx-workspace are missing in the CI environment — a missing build artifact problem, not caused by the sass version bump in the vue package. Our recommendation is to rerun the pipeline to allow the environment to recover.
No code changes were suggested for this issue.
Trigger a rerun:
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
🎓 Learn more about Self-Healing CI on nx.dev
## Current Behavior CNW vue-monorepo and nuxt presets pin [email protected], but Vite 8 requires sass >= ^1.70.0, causing ERESOLVE failures on npm during workspace creation. ## Expected Behavior Workspaces created with vue-monorepo and nuxt presets install successfully with Vite 8 by using a compatible sass version range. ## Related Issue(s) Fixes NXC-4171
…35073) ## Current Behavior CNW vue-monorepo and nuxt presets pin [email protected], but Vite 8 requires sass >= ^1.70.0, causing ERESOLVE failures on npm during workspace creation. ## Expected Behavior Workspaces created with vue-monorepo and nuxt presets install successfully with Vite 8 by using a compatible sass version range. ## Related Issue(s) Fixes NXC-4171 (cherry picked from commit 4b8b46b)
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
CNW vue-monorepo and nuxt presets pin [email protected], but Vite 8 requires sass >= ^1.70.0, causing ERESOLVE failures on npm during workspace creation.
Expected Behavior
Workspaces created with vue-monorepo and nuxt presets install successfully with Vite 8 by using a compatible sass version range.
Related Issue(s)
Fixes NXC-4171