Skip to content

make src-docs fails in wsl2 ubuntu #6583

New issue

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

Open
2 tasks done
karanBRAVO opened this issue Apr 6, 2025 · 1 comment · May be fixed by #6584
Open
2 tasks done

make src-docs fails in wsl2 ubuntu #6583

karanBRAVO opened this issue Apr 6, 2025 · 1 comment · May be fixed by #6584

Comments

@karanBRAVO
Copy link
Contributor

Description

I was trying to build the docs using jsdoc but the make command not working as expected.

Related Issues

Related issues # , # , and # .

Questions

No.

Demo

No response

Reproduction

- make docs

Expected Results

Should build the documentation using `JsDoc` in the `build` folder.

Actual Results

$ make src-docs
make[1]: Entering directory '/home/karanyadav/documents/stdlib-js/stdlib'
make[1]: bash: Argument list too long
make[1]: *** [/home/karanyadav/documents/stdlib-js/stdlib/tools/make/lib/docs/jsdoc.mk:84: jsdoc-html] Error 127
make[1]: Leaving directory '/home/karanyadav/documents/stdlib-js/stdlib'
make: *** [/home/karanyadav/documents/stdlib-js/stdlib/tools/make/lib/docs/src.mk:40: src-docs] Error 2

Version

No response

Environments

N/A

Browser Version

No response

Node.js / npm Version

v22.11.0

Platform

Windows 11 - wsl2 Ubuntu24.04 LTS

Checklist

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

karanBRAVO added a commit to karanBRAVO/stdlib that referenced this issue Apr 6, 2025
Add the rule to avoid hitting shell limits.

Fixes: stdlib-js#6583
Private-ref: stdlib-js#6583

---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
  - task: lint_filenames
    status: passed
  - task: lint_editorconfig
    status: passed
  - task: lint_markdown
    status: passed
  - task: lint_package_json
    status: na
  - task: lint_repl_help
    status: na
  - task: lint_javascript_src
    status: na
  - task: lint_javascript_cli
    status: na
  - task: lint_javascript_examples
    status: na
  - task: lint_javascript_tests
    status: na
  - task: lint_javascript_benchmarks
    status: na
  - task: lint_python
    status: na
  - task: lint_r
    status: na
  - task: lint_c_src
    status: na
  - task: lint_c_examples
    status: na
  - task: lint_c_benchmarks
    status: na
  - task: lint_c_tests_fixtures
    status: na
  - task: lint_shell
    status: na
  - task: lint_typescript_declarations
    status: na
  - task: lint_typescript_tests
    status: na
  - task: lint_license_headers
    status: passed
---
@karanBRAVO karanBRAVO linked a pull request Apr 6, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants