-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug?]: Generators Cannot read properties of undefined (reading 'startsWith') #9760
Labels
bug/needs-info
More information is needed for reproduction
Comments
xmaxcooking
changed the title
[Bug?]: Generators broken if you install prettier
[Bug?]: Generators broken if you add prettier
Dec 27, 2023
xmaxcooking
changed the title
[Bug?]: Generators broken if you add prettier
[Bug?]: Generators Cannot read properties of undefined (reading 'startsWith')
Dec 27, 2023
@xmaxcooking What version of prettier did that install for you? |
2 tasks
Hi @Tobbe!👋
|
Actually all generators were broken for me not just the cells. |
@Tobbe I just verified this and everything works with [email protected] Thanks for the help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's not working?
I've run into this issue:
when running
yarn rw g cell Profile
After backtracking my steps to a working state I found the issue to be that I installed
prettier
because of theyarn install
warnings.➤ YN0002: │ root-workspace-0b6124@workspace:. doesn't provide prettier (pfdc36), requested by prettier-plugin-tailwindcss.
I'm unsure if this is a redwood bug but either way it's good to document this here for others to find.
How do we reproduce the bug?
What's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: