Switch to 1.5.3 - Error build packageJson
Hi,
I am facing some issues during the 1.5.3 deployment on railway.
I am using the 1.5.3 docker image and i have this error:
Thank you !!

4 Replies
Hey @Michael that's because this command does not exist anymore
Hey unless I'm mistaken @thomasmol has been kindly maintaining the railway configuration so far
That is correct! thanks for tagging me
it looks like @Michael is not using the template though. The template uses the build image from docker, and therefore does not have a build step
Thank you for your response.
I'm using a Git repository to deploy on Railway, and this was working fine with previous versions. I actually upgraded from version 1.0.0 to 1.5.1 (not 1.5.3..). The build process used to work before with the same Railway configuration. Has something changed in the build process between these versions that would cause this npx command to fail? Should I update my Railway configuration or Dockerfile for the newer version?
1.0.0 to 1.5.1 (not 1.5.3..)Please note that you have to upgrade your twenty instance incrementally, if not you will face regression ( upgrade guide )
these versions that would cause this npx command to fail?Yes we've stopped hoisting dependencies at the root package json, which we don't have to build atomic packages ones dynamically anymore