Posts by julioHeyDev • 11 points
3 posts
- 
		0 votes1 answer59 viewsA: I cannot use an attribute started with the constructor in typescriptThe problem was the way I was calling the method on the router, Before was: const teamController = new TeamController(); const adminRoutes = express.Router(); adminRoutes.post("/",… 
- 
		0 votes1 answer59 viewsQ: I cannot use an attribute started with the constructor in typescriptI am using typescript, typeorm, postgres and express; I am trying to start the Teamrepository class created by me through a constructor within the Teamcontroller class, but within the methods that… 
- 
		-1 votes1 answer54 viewsQ: I cannot add a line to a table using db.run() in sqlite3I have already installed Node Static, to fix the first time q error appeared, which seemed to be related to a server response delay, but msm after I took this delay, the error kept appearing,…