Skip to content

Unable to run on Windows 10 #21

@SeaDude

Description

@SeaDude

Hi and thank you for the cool tool!

I have erd-go working on my Ubuntu machine but can't seem to get it to run on Windows 10.

Can you spot what I'm missing?

Steps:

  1. Download dot binary from your repo
  2. Download graphviz binary from your repo
  3. Place them in C:/Users/myUser/tools/ directory
  4. Update settings.json in VS Code like:
"erd-preview.erdPath": "C:\\Users\\user7\\tools\\windows_amd64_erd-go.exe",
"erd-preview.dotPath": "C:\\Users\\user7\\tools\\graphviz-dot-win-x64.exe"
  1. Copy the sample .er file from your repo and paste it into a new file
colors {
    person: "#fcecec",
    loc: "#ececfc",
}

[User.Person] {bgcolor: "person" label: "comment"}
*name
height
weight
+birth_location_id

[Location] {bgcolor: "loc"}
*id
city
state
country

User.Person 1--* Location
  1. F1 then ERD: Preview current window
  2. No preview shown
    image

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions