Skip to content

fix(vue): stories generator using wrong root variable from conf #30956

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

eduardoRoth
Copy link

@nx/vue:stories generator is using property sourceRoot from the project configuration which doesn't exist.

Current Behavior

When running @nx/vue:stories --project=something you get the following error:

NX   The "path" argument must be of type string. Received undefined

Expected Behavior

Generator should create stories

Related Issue(s)

Fixes #30955

@nx/vue:stories generator is using property `sourceRoot` from the project configuration which doesn't exist.
@eduardoRoth eduardoRoth requested a review from a team as a code owner April 30, 2025 21:37
@eduardoRoth eduardoRoth requested a review from mandarini April 30, 2025 21:37
Copy link

vercel bot commented Apr 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview May 1, 2025 2:39pm

@eduardoRoth eduardoRoth changed the title fix(vue): generator using wrong root variable from conf fix(vue): stories generator using wrong root variable from conf May 1, 2025
@FrozenPandaz FrozenPandaz added the priority: medium Medium Priority (not high, not low priority) label May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Medium Priority (not high, not low priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@nx/vue stories generator fails with: The "path" argument must be of type string
3 participants