-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Deploy trying to install a bad version of Yarn? #787
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
Comments
@noelrappin That's just which is used for installing all dependencies before running |
Server version is 1.0.1, yes.
So, a) why is the |
Hmm, might be an inconsistency with RVM on the server side. |
For installing dependencies of your JS app: https://github.com/rails/webpacker/blob/master/lib/tasks/webpacker/yarn_install.rake
I am not sure about this one. Perhaps you could debug the version of yarn while deploying? May be it's getting overwritten?
It doesn't install yarn |
Okay, part of the issue here is a weird server side config for my yarn version, so I'll close this here in deference to the existing issue #405 |
I'm not completely sure what's going on here, but I'm getting the following output from an attempt to deploy a project with the Webpacker 3.x and Capistrano:
Both the local machine and the server have Yarn 1.0.1 installed globally, so I'm not sure why the asset precompile is trying to install yarn at all, let alone trying to install a version that is too old?
Has anybody seen anything like this?
The text was updated successfully, but these errors were encountered: