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
This is a very common trouble with paralleljs. For example, bazel-contrib/rules_nodejs#1448
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
typedoc --readme README.md --tsconfig tsconfig.json src/main Error: Could not parse ~/project/node_modules/paralleljs/package.json
paralleljs
The text was updated successfully, but these errors were encountered:
~/project
Totally unrelated, but we should absolutely do this. Either relative to the user directory or the cwd.
Thanks for the report!
Sorry, something went wrong.
Fix released in 0.16.9
Successfully merging a pull request may close this issue.
This is a very common trouble with paralleljs. For example, bazel-contrib/rules_nodejs#1448
Expected Behavior
Actual Behavior
Steps to reproduce the bug
paralleljs
as a dependency or any other package, that has BOM in its filesEnvironment
The text was updated successfully, but these errors were encountered: