Skip to content
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

Figma Code Connect Compose + Windows #208

Open
indrih17 opened this issue Nov 12, 2024 · 1 comment
Open

Figma Code Connect Compose + Windows #208

indrih17 opened this issue Nov 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@indrih17
Copy link

  • Code Connect CLI version - 1.2.2
  • Operating system - Windows 11
  • Code connect - Compose

Figma Connect plugin not working on Windows 11 due to trying to use macos command
Error calling parser: Error: Command failed: find . -maxdepth 1 -name gradlew FIND: Parameter format not correct
This command cannot work on Windows.
Is there any plan to support Windows?

@slees-figma slees-figma added bug Something isn't working and removed API question labels Nov 13, 2024
@slees-figma
Copy link

Thanks for the report @indrih17, we'll take a look at this. In the meantime I think you should be able to unblock yourself by specifying a gradle wrapper path in your figma config, like so:

// figma.config.json (at project root)
{
  "codeConnect": {
    "gradleWrapperPath": ".."
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants