Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: npm dependency error #23154

Open
IRISnoir opened this issue Feb 11, 2025 · 2 comments
Open

[Bug]: npm dependency error #23154

IRISnoir opened this issue Feb 11, 2025 · 2 comments
Labels
bug report Something is not working properly nodejs Issue is about Node.js related stuff, including npm

Comments

@IRISnoir
Copy link

IRISnoir commented Feb 11, 2025

Problem description

I was trying to install package dependencies but this happened

Image

What steps will reproduce the bug?

According to the packages.json files, the npm packages I was trying to install were:

{
  "dependencies": {
    "@inquirer/input": "^4.0.2",
    "json-schema-generator": "^2.0.6",
    "node-jq": "^6.0.1"
  }
}

But I think node-jq caused it

What is the expected behavior?

No response

System information

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=18684
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.1
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://mirrors.ravidwivedi.in/termux/termux-main stable main
# root-repo (sources.list.d/root.list)
deb https://mirrors.ravidwivedi.in/termux/termux-root root stable
# x11-repo (sources.list.d/x11.list)
deb https://mirrors.ravidwivedi.in/termux/termux-x11 x11 main
# tur-repo (sources.list.d/tur.list)
deb https://tur.kcubeterm.com tur-packages tur tur-on-device tur-continuous
# glibc-repo (sources.list.d/glibc.list)
deb https://packages-cf.termux.dev/apt/termux-glibc/ glibc stable
# huy-repo (sources.list.d/huypro.list)                                                 deb https://repo.mqh07112008.workers.dev huy-packages huy
Updatable packages:
exiftool/stable 13.19 all [upgradable from: 13.18]
littlecms/stable 2.17 aarch64 [upgradable from: 2.16]                                   sdl2-image/x11 2.8.5-1 aarch64 [upgradable from: 2.8.5]
termux-tools version:
1.44.6
Android version:
12
Kernel build information:
Linux localhost 4.19.152-perf+ #1 SMP PREEMPT Wed Jun 26 12:51:00 CST 2024 aarch64 Android
Device manufacturer:
OPPO
Device model:
CPH2127
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.api versionCode:51
com.termux.styling versionCode:1000
com.termux.window versionCode:15
@IRISnoir IRISnoir added bug report Something is not working properly untriaged labels Feb 11, 2025
@IRISnoir
Copy link
Author

Ok apparently there are other ppl struggling with this one package but 1.5.0 can be installed with no problem (i think).

@Grimler91
Copy link
Member

Could be a failed download (corrupt archive), I don't see anything here that indicates a termux specific problem at least

@licy183 licy183 added nodejs Issue is about Node.js related stuff, including npm and removed untriaged labels Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly nodejs Issue is about Node.js related stuff, including npm
Projects
None yet
Development

No branches or pull requests

3 participants