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)
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
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.
Shubhhh
Hmm on it
monkey
I'm running this command locally: `docker-compose build --no-cache bookbrainz-site`
Shubhhh
and wait i will do the same then
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:
> # info There appears to be trouble with your network connection. Retrying...
Shubhhh
Yes thats maybe normal with yarn, happend with me several times mostly due to slow internet connection.
monkey
But it does succeed. `RUN yarn install 279.7s`
Shubhhh
now website is working in my local machine , yarn so good and fast
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
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)
Anyway, nothing insurmountable
Shubhhh
Yep!
Shubhhh has quit
Shubhhh joined the channel
Shubhhh has quit
Shubh joined the channel
Shubh has quit
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.