Urgent: more than 24h unable to deploy due to Docker Errors on railway build
No answer from Railway team on this issue so far.
Projects fail to build on step 18
#18 ERROR: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 128
Project ID this time is ce1ecc45-867e-4ff6-abd1-26e97b8b345b
I have tried deleting and recreating projects, deploying either from github or CLI, the error seems to be on Railway end. I am losing credibility because of this issue.
14 Replies
Project ID:
ce1ecc45-867e-4ff6-abd1-26e97b8b345b
Can you share the entire build log?
Sure, here it goes
It looks like you have multiple issues...
package-lock.json
exists and you are using yarn, get rid of this file. You should only have yarn.lock
, and it also looks like it is failing because of the basecamp/idiomorph
repository.
This is not detremental, but it can potentially cause some issuesI don't use basecamp on this project...
Can you share your package.json file?
Here
Pushing without package-lock.json
Package-lock is an inconvenience i never had to deal with my other projects, happens all the time because there are things that are Yarn-only and things that are npm-only
Lines 103 from 115 of the deployment log caught my attention
If a package you are using is a private repo, you will not be able to pull it, as you cannot import ssh keys in your project
but I should be able to deploy via CLI , right ?
I've aborted the github deploy and I am pushing the project via CLI
ecfcdb6e-7f6c-43da-b0df-52065046e546
It failed the same way
c41434ca-3797-4684-ab51-f95f21037cda is a very simmilar project (that even has a package-lock.json) where I've made a deployment without any errors about 24h ago
I have also deployed 299301f2-e17c-415e-b92a-b23584c8f4a0 24h ago with a very simmilar build , and it uses way more mixed yarn/npm packages
But these two i've mentioned are projects that were previously deployed. My issue started on Dec 7th on all the new projects
@Vin sorry, you there?
#🛂|readme rule 5, please don't tag people directly... I am trying to assist in between tasks at work