Skip to content
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

runtime error #574

Open
5 tasks
yyman001 opened this issue Apr 6, 2022 · 0 comments
Open
5 tasks

runtime error #574

yyman001 opened this issue Apr 6, 2022 · 0 comments

Comments

@yyman001
Copy link

yyman001 commented Apr 6, 2022

Make sure these boxes are checked before submitting your issue - thank you!
(If your issue is neither a both bug nor a request, please write in a free style)

Short summary of your issue

install after, run ./node_modules/.bin/esdoc -h is error

Input data for reproducing

Configuration

{
  "source": "./src/api",
  "destination": "./docs",
  "plugins": [
    {"name": "esdoc-standard-plugin"}
  ]
}

Exception output (if possible)

Log

C:\work\daili-vue (dev_refactor -> origin)
λ node ./node_modules/.bin/esdoc -h
C:\work\daili-vue\node_modules\.bin\esdoc:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
          ^^^^^^^

SyntaxError: missing ) after argument list
    at wrapSafe (internal/modules/cjs/loader.js:915:16)
    at Module._compile (internal/modules/cjs/loader.js:963:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
    at internal/main/run_main_module.js:17:47

Your environment

  • OS type and version: windwos 10
  • Node.js version: 12.22.6
  • ESDoc version:
    • "esdoc": "^1.1.0",
    • "esdoc-standard-plugin": "^1.0.0",
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

No branches or pull requests

1 participant