UPDATE: false alarm. I restarted a couple of times (once wasn't enough), and eventually the update worked shrugs
ORIGINAL COMMENT:
I'm trying to install the latest build ("1.75.0.23033-1"), with pamac update -a
, but the build fails with the below error:
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
error /var/tmp/pamac-build-murchu27/vscodium/src/vscode/build/node_modules/esbuild: Command failed.
Exit code: 1
Command: node install.js
Arguments:
Directory: /var/tmp/pamac-build-murchu27/vscodium/src/vscode/build/node_modules/esbuild
Output:
/var/tmp/pamac-build-murchu27/vscodium/src/vscode/build/node_modules/esbuild/install.js:93
throw new Error(`Expected ${JSON.stringify("0.15.5")} but got ${JSON.stringify(stdout)}`);
^
Error: Expected "0.15.5" but got "0.17.5"
at validateBinaryVersion (/var/tmp/pamac-build-murchu27/vscodium/src/vscode/build/node_modules/esbuild/install.js:93:11)
at /var/tmp/pamac-build-murchu27/vscodium/src/vscode/build/node_modules/esbuild/install.js:240:5
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command
I notice what it mentions about the esbuild
version - my version is indeed "0.17.5". But looking at the dependencies for vscodium
, I don't see esbuild
mentioned anywhere. Does it really depend on version "0.15.5"? Or is there something else happening here that I'm not understanding?
Pinned Comments