stars
Nixpacks is not using the correct node version
https://railway.app/project/8f1d8cfc-373d-4189-9320-7a799917bd63/service/95ed3ad8-09bd-4f34-8f2f-dc61bb1275cc?id=9066485d-e564-49bd-aa60-1328a349d472
Simply put, my env is using
NIXPACKS_NODE_VERSION=18
and NIXPACKS_NO_CACHE=1
yet I get an incompatible node version error saying I'm running node 16? Not sure what else I can do considering this was working literally yesterday45 replies
error mounting .tsbuildinfo
hey there, getting an error building a bog standard nodejs app. we don't have our own tsbuildinfo and i know providing one is problematic. any ideas?
[stage-0 8/10] RUN --mount=type=cache,id=s/12b62f1f-79ba-44be-a4e2-67a7ea1d3f62-/tsbuildinfo,target=/app/./.tsbuildinfo --mount=type=cache,id=s/12b62f1f-79ba-44be-a4e2-67a7ea1d3f62-next/cache,target=/app/.next/cache --mount=type=cache,id=s/12b62f1f-79ba-44be-a4e2-67a7ea1d3f62-node_modules/cache,target=/app/node_modules/.cache yarn run build:
0.126 runc run failed: unable to start container process: error during container init: error mounting "/var/lib/docker/overlay2/id6vgvix3va07kwleunns0dre/diff" to rootfs at "/app/./.tsbuildinfo": mount /var/lib/docker/overlay2/id6vgvix3va07kwleunns0dre/diff:/app/./.tsbuildinfo (via /proc/self/fd/6), flags: 0x5000: not a directory
13 replies
error mounting for docker container
Hey! I've been trying to deploy my TypeScript esbuild React.js app to Railway and it's been working fine for a while, but I infrequently get the following error:
This used to happen infrequently, but now it's persistent and won't let me deploy? Thanks for any help!
18 replies