This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Phantom installation failed TypeError: Path must be a string. Received undefined #200
Comments
Lekensteyn
added a commit
to Lekensteyn/guanlecoja
that referenced
this issue
May 27, 2017
gulp-sass is bumped for node v7.10.0 support. phantomjs-prebuilt is bumped past 2.1.8 to solve installation failure when TMPDIR is not set. Note that one dependency is still unfixed and thus needs a workaround: karma-runner/karma-phantomjs-launcher#200
Lekensteyn
added a commit
to Lekensteyn/guanlecoja
that referenced
this issue
May 27, 2017
gulp-sass is bumped for node v7.10.0 support. phantomjs-prebuilt is bumped past 2.1.8 to solve installation failure when TMPDIR is not set. Note that one dependency is still unfixed and thus needs a workaround: karma-runner/karma-phantomjs-launcher#200
Is this issue solved or what..? I get a similar error when trying to run with the launcher @1.0.4 on gitlab:
|
I had this error in an other project, and adding phantomjs-prebuilt ^2.1.8 to the dependencies resolved the problem. |
p12tic
pushed a commit
to p12tic/buildbot
that referenced
this issue
Apr 23, 2019
gulp-sass is bumped for node v7.10.0 support. phantomjs-prebuilt is bumped past 2.1.8 to solve installation failure when TMPDIR is not set. Note that one dependency is still unfixed and thus needs a workaround: karma-runner/karma-phantomjs-launcher#200
p12tic
pushed a commit
to p12tic/buildbot
that referenced
this issue
Apr 23, 2019
gulp-sass is bumped for node v7.10.0 support. phantomjs-prebuilt is bumped past 2.1.8 to solve installation failure when TMPDIR is not set. Note that one dependency is still unfixed and thus needs a workaround: karma-runner/karma-phantomjs-launcher#200
I am receiving this error in gitlab pipeline only not my local environment, adding phantomjs-prebuilt does not fix the issue. this happens in image:
|
Same error as @SDAdham here 😒 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please bump the phantomjs-prebuilt dependency to at least 2.1.8 to fix a crash when the
TMPDIR
environment variable is not set. Upstream fix: Medium/phantomjs@5e6598fWorkaround: set
TMPDIR=/tmp
on Linux to avoid this report:node v7.10.0, npm 4.6.1, yarn 0.24.6, karma-phantomjs-launcher 1.0.4
The text was updated successfully, but these errors were encountered: