-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Bug] Docker build creates yarn error with esbuild #16
Comments
The [search engine of your choice], is pointing me at articles about
|
Sorry to hear that Do you have a What you could try:
|
I'd say it makes sense to try the first suggestions before we exchange |
Thank you for the suggestions.
May I confirm that if you download the gbnc/main branch to a fresh diretory or laptop, that the docker indeed builds correctly? I am imagining that you have files in your directories from building this code that are helping you avoid the bug I am finding. I did grab a fresh directory, cloned the repo, purged docker from my system (except the docker binary), and tried to build the Docker. Unfortunately, in the fresh cloned directoy, I still have the same yarn error Btw. Here is the docker build command that I am using, from our previous iterations, in case somethig is funky here: Here is the npm error from step 3 above:
|
[Blurry Update] I added It did not get rid of the problem inside of Docker. But: I was able to install nodejs and yarn (npm) in a new conda env. Then I ran yarn install and yarn build in the frontend directory. The result is that the nodejs outside Docker seems to build correctly on my system (not in Docker), because then I run |
I'm thinking a quick call tomorrow might help with all of this so we can compare setups? I'm gonna hammer out the rest of the frontend now, and we can have a quick sync to hook it all together so it's working for all of us? My afternoon is fairly free :) |
Thanks for all the details! It could be this one: libuv/libuv#4141, as reported here nodejs/docker-node#1912 Apparently node 18 reverted the libuv update causing it here nodejs/node#50036 So it could be worth a try to downgrade our nodejs to 18 in the Tomorrow before 13:30 works for me. |
Close in #19 |
In the
main
branch, the automated yarn installation and build throughdocker build
is flagging the following errorHere is the full error traceback from
docker build
The text was updated successfully, but these errors were encountered: