You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
I believe this is a startup issue with the child process. I was able to verify this bug if I created a npm task as node bin/nodejs-dashboard.js -- ts-node test/app/index.js. But if I change to a more explicit path to ts-node then it works as expected. node bin/nodejs-dashboard.js -- node_modules/.bin/ts-node test/app/index.js
@dyst5422 Could you please try a possible solution? Either use a more explicit path to your ts-node compiler or install it globally so it doesn't need a path.
This is more likely an issue on the ts-node side of things, but I'm not sure how the chart statistics are obtained to open up a topic over there.
The text was updated successfully, but these errors were encountered: