On Apr 4, 2018, at 11:42 PM, Liu Jackson jacksonlpl@hotmail.com wrote:
I have now attempted to install the Parsoid service locally under your account following their official documentation here:
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 ]
Can you paste the full error log somewhere? What comes before line 17?