agrublev / agrublev/freedcamp-script-runner
qA.success is not a function
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 15m
- Merged PRs (30d)
- 1
Description
Thanks for taking the time to report this — clear repros keep fsr sharp and simple.
Describe the bug
fsr generate
✔ fscripts.md already exists. Do you want to overwrite it? Yes
11:52:27 × [ERROR] TypeError: qA.success is not a function
at C6.init (file:///Users/abc/.local/share/fnm/node-versions/v24.20.0/installation/lib/node_modules/fscr/dist/index.js:187:24)
Environment
node --version: 24.20.0- OS: macos 26.5
- fsr version: 7.4.3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing fsr generate with Node 24.20.0 on macOS, then inspect dist/index.js around line 187 where qA.success fails. Trace the value used there and verify that the command completes without the TypeError after the existing fscripts.md overwrite prompt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100