max-mapper / max-mapper/wiki-plugin-datscript
dependency missing
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The dependency for through2 is missing from package.json
Have tried adding the current version, 2.0.0, but server crashes
got data from client {"id":"ds2:831e0de162fc9a8e","gasket":{"main":[{"type":"pipe","command":"echo hello ward"},{"type":"pipe","command":"transform-uppercase"}]}}
ReferenceError: result is not defined
at ChildProcess.<anonymous> (/Users/Paul/Projects/FedWiki/test12/node_modules/wiki/node_modules/wiki-plugin-datscript/node_modules/gasket/index.js:17:15)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
Contributor guide
No contributing guide indexed for this repository
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 inspecting package.json and the reported gasket/index.js location in the dependency stack. Reproduce the server crash with the shown datscript input and check how the through2 dependency is resolved; the issue is done when the server processes that input without the reported ReferenceError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100