-
-
Notifications
You must be signed in to change notification settings - Fork 758
Description
This is a very common trouble with paralleljs. For example, bazel-contrib/rules_nodejs#1448
- I have checked issues with bug label and found no duplicates
Expected Behavior
typedoc --readme README.md --tsconfig tsconfig.json src/main
Using TypeScript 3.7.5 from ~/project/node_modules/typescript/lib
Rendering [========================================] 100%
Documentation generated at ~/project/docs
Actual Behavior
typedoc --readme README.md --tsconfig tsconfig.json src/main
Error: Could not parse ~/project/node_modules/paralleljs/package.json
Steps to reproduce the bug
- Add
paralleljsas a dependency or any other package, that has BOM in its files - Run doc generator
Environment
- Typedoc version: 0.16.8
- Node.js version: 12.6.0
- OS: macOS 10.15.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels