-
Notifications
You must be signed in to change notification settings - Fork 9
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 TS2307: Cannot find module 'ts-trueskill'." #2
Comments
Wow. Thanks. Build files were completely missing. Fixed in 1.0.3. Edit: I do believe the math to be correct! Passing all the same tests. |
Glad to help with the new package! Unfortunately, I think there is still something wrong.
|
hmm what version of node are you using? That's es6 which is only supported on node > v6 |
Well that was silly of me. That fixed it. Thanks for the help! |
No worries, added a big warning on npm install for old versions now. |
When trying to compile a TypeScript file with
ts-trueskill
, I get this error--error TS2307: Cannot find module 'ts-trueskill'.
I get this errors by following exactly these steps:node
andnpm
installednpm install -g typescript
ts-trueskill
withnpm install ts-trueskill
main.ts
containing this exact example file from the README forts-trueskill
:tsc main.ts
to finally produce the errorThe text was updated successfully, but these errors were encountered: