-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error for generating the UML #4
Comments
same here,.. |
@aryanisml ; @webia1 |
$ tsuml --glob ./src/**/*.ts
|
@woogonchung Please refer #3 (comment) |
I am facing the same issue here /Users/xxxx/demo-app/node_modules/tsuml/dist/core/io.js:71
var svgFileName = body.replace(".png", ".svg");
^
TypeError: Cannot read property 'replace' of undefined
at Request._callback (/Users/xxxx/demo-app/node_modules/tsuml/dist/core/io.js:71:48)
at self.callback (/Users/xxxx/demo-app/node_modules/tsuml/node_modules/request/request.js:186:22)
at Request.emit (events.js:189:13)
|
Got the error while running the following statement in angular project
tsuml --glob ./src/**/*.ts
TypeError: Cannot read property 'replace' of undefined
at Request._callback (C:\User\AppData\Roaming\npm\node_modules\tsuml\dist\core\io.js:71:48)
at self.callback (C:\Users\AppData\Roaming\npm\node_modules\tsuml\node_modules\request\request.js:186:22)
at Request.emit (events.js:182:13)
at Request.onRequestError (C:\Users\AppData\Roaming\npm\node_modules\tsuml\node_modules\request\request.js:878:8)
at ClientRequest.emit (events.js:182:13)
at TLSSocket.socketErrorListener (_http_client.js:375:9)
at TLSSocket.emit (events.js:182:13)
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
The text was updated successfully, but these errors were encountered: