Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

804
Views
Error de Typedoc: se intentó establecer una opción (modo) que no se declaró

Instalé typedoc:

 npm install typedoc --save-dev

Luego agregó typedocOptions en tsconfig.json:

 { "compileOnSave": false, "compilerOptions": { "baseUrl": "./", // ...some lines there "typeRoots": [ "node_modules/@types" ], "lib": [ "es2018", "dom" ], "emitDecoratorMetadata": true }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true }, "typedocOptions": { "mode": "modules", "out": "docs" } }

Entonces lo hago:

 npx typedoc --out docs src/index.ts

Y obtener el error:

 Error: Tried to set an option (mode) that was not declared.

¿Cómo lo soluciono?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

La opción de mode se eliminó a partir de la v0.20.0 como se describe en las notas de la versión . La lista completa de opciones se puede ver en la documentación .

Problema relacionado aquí

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!