# Pastebin k91uXvrU I noticed a few things: ./develop.sh run --rm static_builder npm install This command is causing npm to install and update the package-lock.json with these -> node_modules/bindings node_modules/file-uri-to-path node_modules/nan and some more things. So I think you need to update package-lock.json once more. Also ./develop.sh run --rm static_builder npm run pre-dev It is giving me this error Error: EACCES: permission denied, open '/code/critiquebrainz/frontend/static/build/common.js' ERROR: 1 So the static builder is exiting whenever I'm starting CB. Rest everything is working fine