Skip to content
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

about make_timeline #5200

Closed
tssailzz8 opened this issue Jan 15, 2023 · 2 comments
Closed

about make_timeline #5200

tssailzz8 opened this issue Jan 15, 2023 · 2 comments
Labels

Comments

@tssailzz8
Copy link
Contributor

in docs it say "ts-node util/logtools/make_timeline.ts -f CapeWestwind.log -s 18:42:23.614 -e 18:49:22.934",in fact i should use ''npx ts-node util/logtools/make_timeline.ts -f CapeWestwind.log -s 2023-01-14T21:02:37.718 -e 2023-01-14T21:12:13.622''

@tssailzz8 tssailzz8 added the bug label Jan 15, 2023
@quisquous
Copy link
Owner

Mmm, I'm not sure. For me, ts-node on its own works and I am not sure what setups require npx.

@valarnin
Copy link
Collaborator

ts-node will work if it's installed globally, e.g.:

npm install -g typescript
npm install -g ts-node

Otherwise yes, you need to use npx ts-node ...

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

No branches or pull requests

3 participants