-
Notifications
You must be signed in to change notification settings - Fork 413
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 isn't pulling in latest lbry-redux changes #1382
Comments
rm -r node_modules && yarn cache clean && yarn |
Nice. We should probably just add this as a script. Maybe |
Fix for Yarn isn't pulling in latest lbry-redux changes #1382
|
Windows would be: del node_modules && yarn cache clean && yarn |
More information here yarnpkg/yarn#4722 |
|
@seanyesmunt should we leave this open until we can find out a more automated process to run the commands? Or open a new issue for that? |
Lets just keep this one open |
Closing this. We now clear the yarn cache for |
The Issue
Sometimes the
yarn
command isn't pulling in the latestlbry-redux
changes. I've had to clear everything out and then usenpm i
to get it to work. Pretty sure it's something withyarn
's global cacheSteps to Reproduce
yarn
lbry-redux
yarn
againExpected Behaviour
It should pull the latest files
The text was updated successfully, but these errors were encountered: