MakingChatbots / ivr-tester

An automated testing framework for Interactive Voice Response (IVR) call flows
https://ivr-tester.makingchatbots.com/
MIT License
28 stars 9 forks source link

Upgrade Typedoc #24

Closed SketchingDev closed 3 years ago

SketchingDev commented 3 years ago

When I upgraded the Typedoc dependency in the root package.json to 0.20.16 the yarn doc command started failing.

https://github.com/SketchingDev/ivr-tester/blob/5e485409d25f129edf5e88382c8094efb56ac927/package.json#L14

$ yarn doc
yarn run v1.22.5
$ lerna run doc
lerna notice cli v3.22.1
lerna info Executing command in 3 packages: "yarn run doc"
lerna ERR! yarn run doc exited 1 in 'ivr-tester'
lerna ERR! yarn run doc stdout:
$ yarn typedoc
$ /<project parent dir>/ivr-tester/node_modules/.bin/typedoc
Info: Loaded plugin typedoc-plugin-markdown
Error: Tried to set an option (inputFiles) that was not declared.
Error: Tried to set an option (excludeNotExported) that was not declared.
Error: Tried to set an option (stripInternal) that was not declared.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

lerna ERR! yarn run doc stderr:
error Command failed with exit code 1.
error Command failed with exit code 1.

lerna ERR! yarn run doc exited 1 in 'ivr-tester'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.