Closed bbddmm closed 1 year ago
When erdia
gets the project name from the package.json name field, this happens because the slash character used to represent npm scope cannot be applied to the filename.
You can use the filename as a db name by setting the project-name
option to db, or use something like @bbddmm_api
using version next
fixed 3.4.0
When package name contains slash, svg file cannot be generated.