Clement-Z4RM

Results 5 comments of Clement-Z4RM

I had the same issue when I upgraded NPM to v10.9: it freezes (the animations stops) after a while when running commands installing packages. I downgraded to v10.8.3 and no...

> Example for package that causes npm to hang is pm2: `npm i -g pm2` It's really random. I've just done `npm i -g pm2` (with npm 10.9.0 / Node...

I don't really understand what do you mean? With another controller (authentication), it works well: ```ts import type { HttpContext } from "@adonisjs/core/http"; export default class AuthController { /** *...

Hello, yes it worked, thank you for the work-around. Hopping it'll be fixed. However, the status 200 appears after the others, like if it was considered as "200 ", so...

Hello, with this code: ```ts import Cible from "#models/cible"; export default class CiblesController { /** * @index * @summary Get the cibles list * @description Lorem ipsum * @responseBody 200...