Package Details: code-server 4.23.1-1

Git Clone URL: https://aur.archlinux.org/code-server.git (read-only, click to copy)
Package Base: code-server
Description: VS Code in the browser
Upstream URL: https://github.com/cdr/code-server
Keywords: code coder.com visual-studio-code vscode
Licenses: MIT
Submitter: hvksmr1996
Maintainer: coadler (ash, cdrci)
Last Packager: cdrci
Votes: 23
Popularity: 0.41
First Submitted: 2019-03-11 14:32 (UTC)
Last Updated: 2024-04-16 00:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

fmartingr commented on 2019-03-18 10:33 (UTC)

Hey, thanks for maintaining this! One suggestion, maybe you should consider adding net-tools to the dependencies. Recently installed on a server and came around this: https://github.com/codercom/code-server/issues/217

hvksmr1996 commented on 2019-03-13 13:22 (UTC) (edited on 2019-03-13 14:38 (UTC) by hvksmr1996)

UPDATE: Fixed


OLD CONTENT:

I don't know how to fix this:

_third_party_main.js:5
    throw 'Invalid Nexe binary';
    ^
Invalid Nexe binary

Upon further examination, it is because the binary looses data during package() (with install command) which only happen when copying files from fakeroot environment to real one (It does not occur when I download and copy code-server directly). I've tried everything. If anyone has any idea how to workaround this, please let me know.