terrastruct / TALA

A diagram layout engine designed specifically for software architecture diagrams
https://terrastruct.com/tala
Other
194 stars 4 forks source link

failed to compile: plugin has routing feature but does not implement RoutingPlugin #72

Closed ghost closed 4 months ago

ghost commented 5 months ago

when I start local server with

d2 -w simple.d2 --layout tala   

I get

failed to compile: plugin has routing feature but does not implement RoutingPlugin
Screenshot 2024-04-15 at 15 43 21

Without tala I see diagram correctly:

d2 -w simple.d2
Screenshot 2024-04-15 at 15 45 26

Content of simple.d2:

foo -> bar
mauroexe commented 5 months ago

I have the same problem.

I installed the latest d2 release for Windows, it was working correctly.

The issue happened just after installing the last TALA update.

Note: I tried restarting my PC and it's still the same message.

alixander commented 4 months ago

Sorry about this. I've fixed this in d2's master, and plan to release tomorrow latest.

miroslav-matejovsky-vissim commented 4 months ago

working now, thanks @alixander