Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

No charts with ts-node #71

Open
dyst5422 opened this issue Aug 16, 2017 · 1 comment
Open

No charts with ts-node #71

dyst5422 opened this issue Aug 16, 2017 · 1 comment

Comments

@dyst5422
Copy link

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.

@jjasonclark
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants