-
Notifications
You must be signed in to change notification settings - Fork 72
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
greenkeeper-lockfile-update errors with missing directory in node_modules #194
Comments
have you checked both builds for the PR? one is identified as master because it merges with master. the other is the only one that will be detected as the greenkeeper branch. |
Okay, so that was that. Now it is still not working. |
That’s a really weird one, it looks like package.json and |
I have tried deleting the cache, nothing works. This has happened on a greenkeeper PR now. It is the same error as before |
I have the same error with node 8.
Here's the output: https://travis-ci.org/NationalBankBelgium/stark/jobs/422057979 And here you can find the error:
Would you have any idea how to solve this ? 😊 Thanks for the help |
Able to repro: |
sorry @wolfy1339, i'm not actually part of the greenkeeper team. i only mentioned what i did above to attempt to help clarify what seems to be a common confusion point with travis (note that multiple branch confusion is not a problem with greenkeeper). |
Quick heads-up for those who only have public dependencies, you can now stop using We’ve put all our energy behind that, and now we have time to look into this issue again. Thanks for all your patience! |
https://github.com/greenkeeperio/greenkeeper-lockfile/releases/tag/v2.7.1 should stop failing the build, and print the path that seems to go away for no reason :) |
Running on TravisCI using stable nodejs release.
greenkeeper-lockfile-update (using v2, and set the
GK_LOCK_DEFAULT_BRANCH="v4"
env variable) reports that the branch is not a greenkeeper branch, but it is reporting it wrong, since Greenkeeper was opening PRs just fine before this on that branch. I just added apackage-lock.json
to my repoThe text was updated successfully, but these errors were encountered: