I'm trying to install via pamac GUI and getting the following error during the build process:
make: Entering directory '/var/tmp/pamac-build-simon/vscodium/src/vscodium/vscode/node_modules/@parcel/watcher/build'
make: *** No rule to make target 'Release/obj.target/nothing/node_modules/node-addon-api/nothing.o', needed by 'Release/obj.target/node_modules/node-addon-api/nothing.a'. Stop.
make: Leaving directory '/var/tmp/pamac-build-simon/vscodium/src/vscodium/vscode/node_modules/@parcel/watcher/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/var/tmp/pamac-build-simon/vscodium/src/.nvm/versions/node/v16.14.2/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (node:events:526:28)
gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
gyp ERR! System Linux 5.18.16-1-MANJARO
gyp ERR! command "/var/tmp/pamac-build-simon/vscodium/src/.nvm/versions/node/v16.14.2/bin/node" "/var/tmp/pamac-build-simon/vscodium/src/.nvm/versions/node/v16.14.2/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /var/tmp/pamac-build-simon/vscodium/src/vscodium/vscode/node_modules/@parcel/watcher
gyp ERR! node -v v16.14.2
gyp ERR! node-gyp -v v8.4.1
gyp ERR! not ok
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
==> ERROR: A failure occurred in build().
Aborting...
I have cleared cache, tried changing versions but not making any progress. Anyone able to suggest a fix?
Pinned Comments