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

Windows 10 support #6

Open
s0ds0ds0d opened this issue Sep 3, 2020 · 0 comments
Open

Windows 10 support #6

s0ds0ds0d opened this issue Sep 3, 2020 · 0 comments

Comments

@s0ds0ds0d
Copy link

s0ds0ds0d commented Sep 3, 2020

Environment: Win10, VisualStudioCode, PowerShell(admin), node.js present

Steps to reproduce:

  1. New folder, VSC with terminal: "figplug init -ui MyPlygin"
    Output: files generated in folder MyPlugin and its ok.
  2. Run in terminal: figplug build -w
    Output: script is looking for folder called "C"
    "figplug: Error: ENOENT: no such file or directory, stat 'C:\Users\s0ds0ds0d\Documents\MyPlugin\C'"
    Workaround: create new folder called "C" inside plugin folder (../MyPlugin/C) and copy all files from MyPlugin/ to C/
    Now when you run: figplug build -w it works but it behave in different way on macOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant