-
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
yarn versus NPM accuracy, Yarn Fails, where NPM succeeds. #1015
Comments
@i'm seeing something similar but with a different package (which is a dependency of Node version is 6.8.0 and yarn installed with npm. Here's the output:
|
Ah, this looks like a dupe of #987 |
Thanks @kaicataldo , closing this dupe. |
I am using the latest version of yarn (0.16.1) and I'm seeing a similar problem. I have a package that depends on graceful-fs, but it is not being installed. (It is listed in the lock file, but it doesn't appear to be present in node_modules). |
Do you want to request a feature or report a bug?
I'm cloning this React & node bootstrap: https://github.com/erikras/react-redux-universal-hot-example
When i execute
npm i
, all works as expected. However, after cloning, ayarn
fails while executing an install script for PhantomJS.Video demo: https://www.youtube.com/watch?v=IsuUmw5cS9I
Steps:
The text was updated successfully, but these errors were encountered: