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

Fix npm run test in run pkg (a typescript error) #3

Open
mjyc opened this issue May 29, 2019 · 1 comment
Open

Fix npm run test in run pkg (a typescript error) #3

mjyc opened this issue May 29, 2019 · 1 comment

Comments

@mjyc
Copy link
Owner

mjyc commented May 29, 2019

make test run fails with some typescript errors, but using the cycle-robot-drivers/run package in javascript works.

I suspect the problem is originating from 3rdpart/cycle-posenet-driver pkg.

Related issues:

@mjyc
Copy link
Owner Author

mjyc commented May 29, 2019

It turns out some dependent pkgs of @tensorflow-models/posenet were not using a consistent typescript version, e.g.,

https://github.com/tensorflow/tfjs-core/blob/v1.0.4/package.json#L45
but
https://github.com/tensorflow/tfjs-models/blob/master/posenet/package.json#L32
and also
https://github.com/TypeStrong/tsify/blob/master/examples/babelify/package.json

I'll wait for tensorflow/typescript updates.

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

No branches or pull requests

1 participant