Error during makefile in IDP parsing #1818
Unanswered
habitats-tech
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
During the make process (IDP section) I get the following error. Have tested the https link with no access issues. To me it seems not a compatibility issue with my environment, rather a function issue
url.parse().Debian 13 - ProxmoxVE 8.4 LXC
go1.25.3 linux/amd64
{
identifier: '1.0.0',
npm: '11.6.2',
node: '24.11.0',
acorn: '8.15.0',
ada: '3.3.0',
amaro: '1.1.4',
ares: '1.34.5',
brotli: '1.1.0',
cjs_module_lexer: '2.1.0',
cldr: '47.0',
icu: '77.1',
llhttp: '9.3.0',
modules: '137',
napi: '10',
nbytes: '0.1.1',
ncrypto: '0.0.1',
nghttp2: '1.66.0',
openssl: '3.5.4',
simdjson: '3.13.0',
simdutf: '6.4.0',
sqlite: '3.50.4',
tz: '2025b',
undici: '7.16.0',
unicode: '16.0',
uv: '1.51.0',
uvwasi: '0.0.23',
v8: '13.6.233.10-node.28',
zlib: '1.3.1-470d3a2',
zstd: '1.5.7'
}
pnpm 9.15.4
FetchError: request to https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz failed, reason:
at ClientRequest. (/root/.cache/node/corepack/v1/pnpm/9.15.4/dist/pnpm.cjs:66979:18)
at ClientRequest.emit (node:events:508:28)
at emitErrorEvent (node:_http_client:107:11)
at TLSSocket.socketErrorListener (node:_http_client:574:5)
at TLSSocket.emit (node:events:520:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
Progress: resolved 1368, reused 1362, downloaded 0, added 0
make: *** [Makefile:38: node_modules] Error 1
Beta Was this translation helpful? Give feedback.
All reactions