-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Description
It's not possible to use [email protected] on Linux s390x and ppc64le architectures (the latest supported version is 0.8.3).
There is an error when installing [email protected]:
npm info run @vscode/[email protected] postinstall node_modules/@vscode/vsce-sign node ./src/postinstall.js
npm info run @vscode/[email protected] postinstall { code: 1, signal: null }
npm verbose stack Error: command failed
npm verbose stack at promiseSpawn (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:22:22)
npm verbose stack at spawnWithShell (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:124:10)
npm verbose stack at promiseSpawn (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:12:12)
npm verbose stack at runScriptPkg (/usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js:77:13)
npm verbose stack at runScript (/usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js:9:12)
npm verbose stack at /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js:329:17
npm verbose stack at run (/usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:67:22)
npm verbose stack at /usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:84:9
npm verbose stack at new Promise (<anonymous>)
npm verbose stack at callLimit (/usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:35:69)
npm verbose pkgid @vscode/[email protected]
npm error code 1
npm error path /projects/web-nodejs-sample/node_modules/@vscode/vsce-sign
npm error command failed
npm error command sh -c node ./src/postinstall.js
npm error The current platform (linux) and architecture (s390x) is not supported.
npm verbose cwd /projects/web-nodejs-sample
npm verbose os Linux 5.14.0-570.64.1.el9_6.s390x
I believe the root cause of the issue is: microsoft/vscode#282188 (please upvote the issue)
Metadata
Metadata
Assignees
Labels
No labels