We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm submitting a ... [X] bug report [ ] feature request [ ] question about the decisions made in the repository
Do you want to request a feature or report a bug? I pull down the latest version of the codebase and run npm install.
What is the current behavior? When you run "npm run docs", it fails with the following error:
typedoc "--options" "typedoc.json" "--exclude" "'*/.spec.ts'" "./src/"
Error: Unknown option lib.0. Error: Unknown option lib.1. Error: Unknown option strictNullChecks. Error: Unknown option baseUrl. Error: Unknown option types.0. Error: Unknown option types.1. Error: Unknown option types.2. Error: Unknown option types.3. Error: Unknown option types.4. Error: Unknown option types.5. Error: Unknown option types.6. Error: Unknown option types.7. Error: Unknown option types.8.
lib.0
lib.1
strictNullChecks
baseUrl
types.0
types.1
types.2
types.3
types.4
types.5
types.6
types.7
types.8
npm ERR! Windows_NT 10.0.10586 npm ERR! argv "C:\Program Files\nodejs\node.exe" "...\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "typedoc" "--" "--options" "typedoc.json" "--exclude" "'**/*.spec.ts'" "./src/" npm ERR! node v5.2.0 npm ERR! npm v3.9.5 npm ERR! code ELIFECYCLE npm ERR! [email protected] typedoc: typedoc "--options" "typedoc.json" "--exclude" "'**/*.spec.ts'" "./src/" npm ERR! Exit status 1
typedoc "--options" "typedoc.json" "--exclude" "'**/*.spec.ts'" "./src/"
The text was updated successfully, but these errors were encountered:
typedoc isn't working for typescript 2 :/
Sorry, something went wrong.
See also TypeStrong/typedoc#234
No branches or pull requests
I'm submitting a ...
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
I pull down the latest version of the codebase and run npm install.
What is the current behavior?
When you run "npm run docs", it fails with the following error:
Error: Unknown option
lib.0
.Error: Unknown option
lib.1
.Error: Unknown option
strictNullChecks
.Error: Unknown option
baseUrl
.Error: Unknown option
types.0
.Error: Unknown option
types.1
.Error: Unknown option
types.2
.Error: Unknown option
types.3
.Error: Unknown option
types.4
.Error: Unknown option
types.5
.Error: Unknown option
types.6
.Error: Unknown option
types.7
.Error: Unknown option
types.8
.npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\Program Files\nodejs\node.exe" "...\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "typedoc" "--" "--options" "typedoc.json" "--exclude" "'**/*.spec.ts'" "./src/"
npm ERR! node v5.2.0
npm ERR! npm v3.9.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] typedoc:
typedoc "--options" "typedoc.json" "--exclude" "'**/*.spec.ts'" "./src/"
npm ERR! Exit status 1
I expected the script to complete successfully.
Windows 10
The text was updated successfully, but these errors were encountered: