-
Notifications
You must be signed in to change notification settings - Fork 71
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
Interactive setup runs with no output #222
Comments
Hey @evwilkin just to clarify, is the command you're trying to run |
Yes sorry about the typo! Correcting the original description now to reflect this |
Hey @evwilkin! Thanks for the report. Please could you share either a screenshot or copy/paste the last bit of output of the CLI with the interactive setup? I cloned your repo and was able to complete the setup from
|
Thanks for taking a look @slees-figma - here are two screenshots, the first run from the |
Thanks @evwilkin. Looking at the code there is an error being thrown in parsing the response of the Figma file but I can't tell what it would be. I've asked for file access via your support ticket so I can investigate further. |
Please provide:
We have a monorepo with several packages, but after running
npx figma connect
from both the root of the project as well as the root of the package containing the components (packages/react-core
) we provide all the requested information, wait a minute while the command executes, and then it completes but no mappings are found or files created. Usingnpx figma create connect ...
in each individual component directly to link it directly to a component/component set in the Figma file does work so we have been using that, but would prefer to take advantage of the automation if possible.The text was updated successfully, but these errors were encountered: