Build/Plugins/CollectionEditor #3507
jaingaurav126
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following is the error Jenkins is throwing for Build/Plugins/CollectionEditor
npm ERR! code 1
npm ERR! path /var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/phantomjs
npm ERR! command failed
npm ERR! command sh -c -- node install.js
npm ERR! PhantomJS not found on PATH
npm ERR! Phantom installation failed TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
npm ERR! at new NodeError (node:internal/errors:387:5)
npm ERR! at validateString (node:internal/validators:121:11)
npm ERR! at Object.join (node:path:1172:7)
npm ERR! at findSuitableTempDirectory (/var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/phantomjs/install.js:127:30)
npm ERR! at /var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/phantomjs/install.js:476:19
npm ERR! at nextTickCallback (/var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/kew/kew.js:47:28)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:78:11) {
npm ERR! code: 'ERR_INVALID_ARG_TYPE'
npm ERR! } TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
npm ERR! at new NodeError (node:internal/errors:387:5)
npm ERR! at validateString (node:internal/validators:121:11)
npm ERR! at Object.join (node:path:1172:7)
npm ERR! at findSuitableTempDirectory (/var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/phantomjs/install.js:127:30)
npm ERR! at /var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/phantomjs/install.js:476:19
npm ERR! at nextTickCallback (/var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/kew/kew.js:47:28)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:78:11)
npm ERR! A complete log of this run can be found in:
npm ERR! /var/lib/jenkins/.npm/_logs/2022-09-06T12_58_01_478Z-debug-0.log
Beta Was this translation helpful? Give feedback.
All reactions