-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Project does not compile #2
Comments
Hello @sticklerdev I'll work tomorrow on the documentation. See you |
Your help and quick response is much appreciated and thanks again for the great work you are doing!! |
So I downloaded the project and I'm getting the same errors as @sticklerdev is there a specific download that I need to get? |
@linuxuser07 The better option is to create a project with the CLI, then choose the Passport option, and copy the wanted Protocol from this example. Examples are not maintained but the CI update dependencies (this is why the examples are broken). |
@Romakita ok perfect I'll do that, thank you. |
@linuxuser07 I pushed the fixed example on master. I realize this example is really old ^^. See you |
@Romakita Thank you so much for your time and fixing it I really appreciate it |
I just cloned this project and tried to compile using the tsc task in the package.json file. Here are a couple of problems that I saw and tried to resolve:
import {Inject} from "@tsed/di/src";
Loading it from @tsed/di fixed this compilation problem.
This functionality that TSED library provides was exactly what I was looking for for a new project I am about to start. Would appreciate if someone could guide me as to how to fix this issue. BTW, TSED documentation on auth has same example so apparently anyone trying to follow the documentation will run into the same issues as I did when I tried to use this sample project.
The text was updated successfully, but these errors were encountered: