I have now attempted to install the Parsoid service locally under your account following their official documentation here:

https://www.mediawiki.org/wiki/Parsoid/Developer_Setup

under the "parsoid" directory of your account on port 63800. Everything went smoothly during the installation process, however when I attempted to run the service I have received the following error:

17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "--production"
18 verbose node v6.13.0
19 verbose npm v5.7.1
20 error code ELIFECYCLE
21 error errno 1
22 error parsoid@0.9.0 start: `service-runner`
22 error Exit status 1
23 error Failed at the parsoid@0.9.0 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

 

Then, I attempted multiple times to start the services using "yarn" instead of "npm", but once again the tool was unable to start properly,here is the trace of the error:

Trace:
Error: Command failed.
Exit code: 1
Command: sh
Arguments: -c service-runner
Directory: /home/makercom/parsoid
Output:

at ProcessTermError.Error (native)
at ProcessTermError.MessageError (/home/makercom/.yarn/lib/cli.js:186:110)
at new ProcessTermError (/home/makercom/.yarn/lib/cli.js:226:113)
at ChildProcess.<anonymous> (/home/makercom/.yarn/lib/cli.js:30281:17)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:920:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)

 

Please help

Best Regards

Jacksonplp

发送自 Windows 10 邮件应用