-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to install phantomjs-launcher on Windows #923
Comments
I've also noticed similar strange things on Mac when installing the 'phantomjs' package. Typically running the same command again has resolved it for me. Havn't looked any further with this particular issue yet. |
@arcticShadow I've also tried running the command multiple times, but it seems to just clear Yarn's cached version of the package and start from scratch (probably because the previous installation failed, so the yarn.lock file isn't updated). |
I'm also noting some strange errors with phantomjs but it seems to work fine with npm install
|
I also get the same unknown error as @unscsprt on one environment, but it works fine on another. Both are running on Node 5.3.0 and Yarn 0.15.1. |
Another interesting detail is wasn't until I updated |
Interesting @faddee ... I'm going to try using that version in my project and see what happens |
Yup |
Same issue here, Windows 7.
|
Version |
I am still getting the exact same error using yarn 0.16.1. |
I ran into a new error with |
Working now with |
@joshkel I'm having this issue again and the |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I get the following error when trying to install
phantomjs-prebuilt
. The same thing happens using the past few versions of this package. Is this something that needs to be fixed by the package author in order to make it compatible with Yarn?If the current behavior is a bug, please provide the steps to reproduce.
Run
yarn add phantomjs-prebuilt
, with or without --save/--dev/etc.What is the expected behavior?
Install package without error
Please mention your node.js, yarn and operating system version.
Node v6.7.0
Yarn v0.15.1
Windows 7
The text was updated successfully, but these errors were encountered: