Ahh i pulled the changes today, maybe you change some dependencies in docker file and after that when i run develop.sh script it stuck at step 19 (which is npm install)
2021-12-01 33529, 2021
monkey
I tried something to fix that yesterday, and was able today to build your conflict-error-on-double-delete PR and publish that the test.bookbrainz.org , so I have high hopes that it will be fixed for you too
2021-12-01 33511, 2021
monkey
Ah, so you're hitting the issue after pulling latest changes? Do me a favor and try pulling/updating again just to confirm the current situation is not working. I'll do the same here.
2021-12-01 33552, 2021
Shubhhh
Hmm on it
2021-12-01 33512, 2021
monkey
I'm running this command locally: `docker-compose build --no-cache bookbrainz-site`
2021-12-01 33519, 2021
Shubhhh
and wait i will do the same then
2021-12-01 33509, 2021
monkey
Man, I've got to do something to improve those image build times…
I still get this message sometimes, but I suspect I do have some internet issues:
2021-12-01 33503, 2021
monkey
> # info There appears to be trouble with your network connection. Retrying...
2021-12-01 33530, 2021
Shubhhh
Yes thats maybe normal with yarn, happend with me several times mostly due to slow internet connection.
2021-12-01 33543, 2021
monkey
But it does succeed. `RUN yarn install 279.7s`
2021-12-01 33544, 2021
Shubhhh
now website is working in my local machine , yarn so good and fast
2021-12-01 33555, 2021
monkey
It is significantly faster, thanks for the suggestion ! I had been on the fence about yarn and hadn't previously seen a lot of difference, good to see it has evolved do much
2021-12-01 33503, 2021
monkey
I'm hitting some linting issues when I build the image for production, but I'm guessing probably because of a newer eslint version (the package-lock.json file is ignored by yarn)
2021-12-01 33517, 2021
monkey
Anyway, nothing insurmountable
2021-12-01 33548, 2021
Shubhhh
Yep!
2021-12-01 33551, 2021
Shubhhh has quit
2021-12-01 33508, 2021
Shubhhh joined the channel
2021-12-01 33555, 2021
Shubhhh has quit
2021-12-01 33528, 2021
Shubh joined the channel
2021-12-01 33557, 2021
Shubh has quit
2021-12-01 33506, 2021
monkey
OK, well that PR #730 is ready. Shubh, if you find a bit of time I'd appreciate it if you had another check to see if everything build fine for you.