Coder.comC
Coder.com11mo ago
15 replies
Sougato

Coder Build Failing

Following steps from
https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md

for a production build.

Used Commands:
git submodule update --init
quilt push -a
npm install
npm run build
VERSION=0.0.0 npm run build:vscode
npm run release

It will fail for
npm run relase
.

The error looks like
rsync: [sender] link_stat "/home/sougato97/documents/code-server/out" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.2.7]
.

Any help from the wonderful community would be great. I have an amd64 system running ubuntu 24.04 LTS. FYI, I have taken care of all the dependencies.
Was this page helpful?