Package Details: nodejs-inshellisense 0.0.1_rc.20-1

Git Clone URL: https://aur.archlinux.org/nodejs-inshellisense.git (read-only, click to copy)
Package Base: nodejs-inshellisense
Description: IDE style command line auto complete
Upstream URL: https://github.com/microsoft/inshellisense
Keywords: auto command complete ide line style
Licenses: MIT
Submitter: AsukaMinato
Maintainer: None
Last Packager: AsukaMinato
Votes: 1
Popularity: 0.000000
First Submitted: 2023-11-07 07:35 (UTC)
Last Updated: 2025-01-30 07:19 (UTC)

Pinned Comments

Latest Comments

Ataraxy commented on 2026-05-22 05:12 (UTC) (edited on 2026-05-22 05:15 (UTC) by Ataraxy)

Sorry about the previous (now deleted) report. My environment's problem.

Can you please check the arch of this package?

I'm seeing:

  -> Stripping unneeded symbols from binaries and libraries...
strip: Unable to recognise the architecture of the input file `./usr/lib/node_modules/@microsoft/inshellisense/node_modules/@homebridge/node-pty-prebuilt-m
ultiarch/prebuilds/linux-arm/node.abi108.node'
strip: Unable to recognise the architecture of the input file `./usr/lib/node_modules/@microsoft/inshellisense/node_modules/@homebridge/node-pty-prebuilt-m
ultiarch/prebuilds/linux-arm/node.abi108.musl.node'
...
strip: Unable to recognise the architecture of the input file `./usr/lib/node_modules/@microsoft/inshellisense/node_modules/@homebridge/node-pty-prebuilt-m
ultiarch/prebuilds/linux-arm64/node.abi93.musl.node'
strip: Unable to recognise the architecture of the input file `./usr/lib/node_modules/@microsoft/inshellisense/node_modules/@homebridge/node-pty-prebuilt-m
ultiarch/prebuilds/linux-arm64/node.abi93.node'

Can the linux-arm64 and linux-arm please be removed for arch=('i686' 'x86_64')?

arch(any) has a specific meaning:

arch=(any) indicates the package can be built on any architecture, and once built, is architecture-independent in its compiled state (usually shell scripts, fonts, themes, many types of extensions, Java programs, etc.).

Note: architecture-independent in its **compiled** state.

and:

For official repository and AUR packages, this means arch=('x86_64'). Optionally, AUR packages may choose to additionally support other known working architectures.

Also, can you please use a quiet flag for these:

install: creating directory '/home/var/ravi/HOME/.cache/aur/nodejs-inshellisense/pkg/nodejs-inshellisense/usr/share'
install: creating directory '/home/var/ravi/HOME/.cache/aur/nodejs-inshellisense/pkg/nodejs-inshellisense/usr/share/licenses'
install: creating directory '/home/var/ravi/HOME/.cache/aur/nodejs-inshellisense/pkg/nodejs-inshellisense/usr/share/licenses/nodejs-inshellisense'
'/home/var/ravi/HOME/.cache/aur/nodejs-inshellisense/pkg/nodejs-inshellisense/usr/lib/node_modules/@microsoft/inshellisense/LICENSE' -> '/home/var/ravi/HOM
E/.cache/aur/nodejs-inshellisense/pkg/nodejs-inshellisense/usr/share/licenses/nodejs-inshellisense/LICENSE'
/home/var/ravi/HOME/.cache/aur/nodejs-inshellisense/pkg/nodejs-inshellisense/usr/lib/node_modules/@microsoft/inshellisense/node_modules/@xterm/headless/lib
-headless/xterm-headless.js

Thanks for creating this package! I'm trying to setup some magick with carapace now :)

Ataraxy commented on 2026-05-21 08:05 (UTC) (edited on 2026-05-21 08:17 (UTC) by Ataraxy)

Currently requires

  "engines": {
    "node": ">=18.0 <23.0.0"

I raised: Support Node.js LTS Krypton (v24.x) #415