Error Termux #1908
Replies: 3 comments
-
|
Hey @xuecocrkn-tech! Thanks for trying OmniRoute on Termux - you are actually helping us test an important use case! Good news: we are working on experimental Termux/Android support in v3.7.9 (currently in development). This will include extending the Node.js engine range up to Node 26. The main things we need to address:
Thanks for being an early tester - your feedback from Termux is really valuable to us! |
Beta Was this translation helpful? Give feedback.
-
|
Good news, @xuecocrkn-tech — the Node engine range I mentioned actually shipped. The current "engines": { "node": ">=22.0.0 <23 || >=24.0.0 <27" }That Retest with |
Beta Was this translation helpful? Give feedback.
-
|
Closing for inactivity -- feel free to reopen if you still hit this, or open a fresh issue with a current log. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
~ $ npx -y omniroute@latest
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @emoji-mart/react@1.1.1
npm warn Found: react@19.2.5
npm warn node_modules/react
npm warn react@"19.2.5" from omniroute@3.7.8
npm warn node_modules/omniroute
npm warn omniroute@"3.7.8" from the root project
npm warn 50 more (@lobehub/icons, @lobehub/ui, @lobehub/fluent-emoji, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8 || ^17 || ^18" from @emoji-mart/react@1.1.1
npm warn node_modules/@emoji-mart/react
npm warn @emoji-mart/react@"^1.1.1" from @lobehub/ui@5.10.0
npm warn node_modules/@lobehub/ui
npm warn
npm warn Conflicting peer dependency: react@18.3.1
npm warn node_modules/react
npm warn peer react@"^16.8 || ^17 || ^18" from @emoji-mart/react@1.1.1
npm warn node_modules/@emoji-mart/react
npm warn @emoji-mart/react@"^1.1.1" from @lobehub/ui@5.10.0
npm warn node_modules/@lobehub/ui
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'omniroute@3.7.8',
npm warn EBADENGINE required: { node: '>=20.20.2 <21 || >=22.22.2 <23 || >=24.0.0 <25' },
npm warn EBADENGINE current: { node: 'v25.8.2', npm: '11.13.0' }
npm warn EBADENGINE }
npm error code EBADPLATFORM
npm error notsup Unsupported platform for wreq-js@2.3.0: wanted {"os":"darwin,linux,win32","cpu":"x64,arm64"} (current: {"os":"android","cpu":"arm64"})
npm error notsup Valid os: darwin,linux,win32
npm error notsup Actual os: android
npm error notsup Valid cpu: x64,arm64
npm error notsup Actual cpu: arm64
npm error A complete log of this run can be found in: /data/data/com.termux/files/home/.npm/_logs/2026-05-03T09_07_52_093Z-debug-0.log
~ $ npm install -g omniroute
npm error code EBADPLATFORM
npm error notsup Unsupported platform for wreq-js@2.3.0: wanted {"os":"darwin,linux,win32","cpu":"x64,arm64"} (current: {"os":"android","cpu":"arm64"})
npm error notsup Valid os: darwin,linux,win32
npm error notsup Actual os: android
npm error notsup Valid cpu: x64,arm64
npm error notsup Actual cpu: arm64
npm error A complete log of this run can be found in: /data/data/com.termux/files/home/.npm/_logs/2026-05-03T09_10_03_185Z-debug-0.log
~ $ omniroute
omniroute: command not found
~ $
Beta Was this translation helpful? Give feedback.
All reactions