Building custom version - 0.43.2

Yes, I can see.

But I think that path is incorrect

from ../../../node_modules/babel-loader/lib/index.js

I am in folder:
/home/metabase/metabase and I am executing ./bin/build and in this script I am im folder /home/metabase/metabase/bin/build-mb/

via this import ../../../node_modules/babel-loader/lib/index.js that would mean that folder

node_modules

should be in folder /home/metabase. And that is not correct in my opinion. Because of course there is no folder node_modules.

Do you know how can I change that path ?

@drydog You can specify node_modules: https://stackoverflow.com/questions/26293049/specify-path-to-node-modules-in-package-json

If that does not work, then I cannot help you anymore.

Sorry for the delay.

I would like to just to add comment that in the end everything you provided was helpful and the only way how to make it work (I mean to be able build metabase in docker) was to always purge all cached layers in docker