imjuni / erdia

CLI to generate mermaid.js ER diagram using TypeORM entity
https://imjuni.github.io/erdia/
MIT License
34 stars 0 forks source link

missing ) after argument list #12

Closed thenglong closed 2 years ago

thenglong commented 2 years ago

I ran this command ts-node -r tsconfig-paths/register ./node_modules/.bin/erdia er -d ... And it gave me an error like this.

My env

image

imjuni commented 2 years ago

Hi @thenglong

If you installed in a Window 11, npm create shell command instead of symbolic link.

Change command below,

ts-node -r tsconfig-paths/register ./node_modules/erdia/dist/cli.js er -d ...

Thank you 👍