-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unexpected token y in JSON at position 0 #1
Comments
Facing the same issue. |
Thanks for the report! |
@enzoferey @thekevinbrown let me know if it solves your issue |
Works for me 👍 In the meantime I have moved to a custom script that gives me a bit more flexibility as I have a monorepo mixing apps and packages (and I don't want apps to get |
Do you think we should set |
I'm referring to facebook/create-react-app#7147 and facebook/create-react-app#8551. |
Thanks for the feedback, if it's still a problem for you, can you open a separate feature request? |
This is what I'm getting when I run
npx typescript-monorepo-toolkit inject-refs .
:Digging into the code a bit, I don't see any
data
key in myyarn workspaces info
output. It's like this:Updating the first line from:
to
seems to fix it. Should I PR this back into the project, or did I miss what the
.data
is for?This is with yarn version 1.22.1.
The text was updated successfully, but these errors were encountered: