-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
- cli version - 1.4.1
-OS - mac - Code Connect file, Figma design and/or relevant code snippet that could help us get more context
- I{
"codeConnect": {
"parser": "compose",
"include": [
"ui/components/**/*.kt"
],
"interactiveSetupFigmaFileUrl": "figma-url"
}
- I{
After selecting component from figma url im getting following error on npx figma connect url.
- Error -
Trace: Error: Parser exited with code 1
at ChildProcess. (/opt/homebrew/lib/node_modules/@figma/code-connect/dist/connect/parser_executables.js:119:32)
at ChildProcess.emit (node:events:508:28)
at maybeClose (node:internal/child_process:1085:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
at getCodeConnectObjects (/opt/homebrew/lib/node_modules/@figma/code-connect/dist/commands/connect.js:238:25)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async getUnconnectedComponentsAndConnectedComponentMappings (/opt/homebrew/lib/node_modules/@figma/code-connect/dist/connect/wizard/run_wizard.js:537:32)
at async runWizard (/opt/homebrew/lib/node_modules/@figma/code-connect/dist/connect/wizard/run_wizard.js:788:68)
Error calling parser: Error: Parser exited with code 1.
Reactions are currently unavailable