Guillaume L.

Results 5 comments of Guillaume L.

Same problem here ✋ With cmd `yarn docusaurus gen-api-docs all` : ```sh Loading of api failed for "/Users/guillaume/github/noticia/documentation/specs/petstore.yaml" [ERROR] TypeError: Cannot read properties of undefined (reading 'replace') at groupByTags (/Users/guillaume/github/noticia/node_modules/docusaurus-plugin-openapi-docs/lib/sidebars/index.js:53:38)...

You can use `host_whitelist` option with `localhost` : ```ts validator.isURL(url, { host_whitelist: ["localhost"] }) ```

After investigating, it turns out that the cause of the problem is our packages manager: yarn 4. The problem does not occur with a package manager such as npm or...

I don't know why but `[email protected]` (instead of `[email protected]`) is installed for `@forestadmin/[email protected]` and `@forestadmin/[email protected]`. I need to use this trick in my package.json to deal with this issue :...