Need a special offer?Find out if your project fits.
+

doesn't work pivot-puppeteer

Answered
dongbeom Kim asked on September 3, 2020

I tried running it by referring to the github sent.(https://github.com/flexmonster/pivot-puppeteer.)
But there are times when it works and there are times when it doesn't.
When it does not work, a console window has been attached.
 
> node pivot.js
It doesn't work at this point.
 
I will attach a debug log. Please take quick action.
 

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@6.13.7
3 info using node@v12.15.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle pivot-puppeteer@1.0.0~prestart: pivot-puppeteer@1.0.0
6 info lifecycle pivot-puppeteer@1.0.0~start: pivot-puppeteer@1.0.0
7 verbose lifecycle pivot-puppeteer@1.0.0~start: unsafe-perm in lifecycle true
8 verbose lifecycle pivot-puppeteer@1.0.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/dongbeom.kim/Documents/flexmonsterTest/pivot-puppeteer/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
9 verbose lifecycle pivot-puppeteer@1.0.0~start: CWD: /Users/dongbeom.kim/Documents/flexmonsterTest/pivot-puppeteer
10 silly lifecycle pivot-puppeteer@1.0.0~start: Args: [ '-c', 'node pivot.js' ]
11 silly lifecycle pivot-puppeteer@1.0.0~start: Returned: code: 130 signal: null
12 info lifecycle pivot-puppeteer@1.0.0~start: Failed to exec start script
13 verbose stack Error: pivot-puppeteer@1.0.0 start: `node pivot.js`
13 verbose stack Exit status 130
13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:223:5)
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:223:5)
13 verbose stack at maybeClose (internal/child_process.js:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
14 verbose pkgid pivot-puppeteer@1.0.0
15 verbose cwd /Users/dongbeom.kim/Documents/flexmonsterTest/pivot-puppeteer
16 verbose Darwin 19.5.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
18 verbose node v12.15.0
19 verbose npm v6.13.7
20 error code ELIFECYCLE
21 error errno 130
22 error pivot-puppeteer@1.0.0 start: `node pivot.js`
22 error Exit status 130
23 error Failed at the pivot-puppeteer@1.0.0 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 130, true ]

3 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster September 3, 2020

Hello,
 
Thank you for reporting the problem.
 
Our team is happy to let you know that we have managed to improve our GitHub sample and fix the described issue.
You are welcome to get the latest version by the link or clone the repository using the following command:

git clone https://github.com/flexmonster/pivot-puppeteer pivot-puppeteer

 
Please let us know if it works for your case.
Our team is looking forward to hearing from you.
 
Best regards,
Illia

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster September 14, 2020

Hello,
 
Our team is wondering whether the updated sample works for you.
 
Please contact us in case any questions arise on this matter.
 
Regards,
Illia

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster September 28, 2020

Hello,
 
We want to take an interest in whether the updated sample works for you.
 
Our team is looking forward to your response.
 
Kind regards,
Illia

Please login or Register to Submit Answer