-
Notifications
You must be signed in to change notification settings - Fork 31
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
Node.js is outdated #68
Comments
Hmm. This is consistent with buildkit so perhaps that is out of date too? |
It appears to work fine with version 14. I'll add a commit to update this. |
@wmortada - I am wondering if we can rely on civi-download-tools to download node - see https://lab.3sd.io/tools/civicrm-buildkit-docker/-/commit/3b7531d7bf221021ac44756ab5d3cd2919bf22c9. |
It appears that we can rely on Feel free to close if you agree else we can carry on discussing :) |
That makes sense to me. I was wondering the same. It did seem like duplication. I haven't had a chance to test it yet though. Are you going to commit it to this repository (i.e. GitHub rather than GitLab)? |
So according to #73 there is an issue with this method at the mo. I suspect it is solvable though. I am now just committing new code to the gitlab repo. You should be able to update the remote with something like
|
OK so actually we cannot really rely on civi-download-tools to install node. There is a Switching our docker image to |
Here is a new commit that fixes the issue: https://lab.3sd.io/tools/civicrm-buildkit-docker/-/commit/ad17001c8161dcd05e597e9f8d48c85e8b0a1974 - it is basically the same as what @wmortada did. A new image on dockerhub should be generated overnight which should work fine, fingers crossed. |
Does this mean you are moving development to GitLab? I'm happy with either, but wondering where new issues and PRs should be raised? |
Ideally all on Gitlab but we don't have user sign up there at the mo and it is annoying for people to create another account so for now, am kicking the can down the road and keeping issues here... |
When building the image, I get the following notice:
I've tracked it down to this line:
Presumably upgrading the version to 14 will fix this? I'll give it a go.
The text was updated successfully, but these errors were encountered: