!NhAsaYbbgmzHtXTPQJ:funklause.de

Nix NodeJS

187 Members
55 Servers

Load older messages


SenderMessageTime
30 Aug 2025
@c0ba1t:matrix.orgCobalt * (for context, I'm packaging jaeger-ui and they only include vite and some other deps as devDependencies of the workspace member packages/jaeger-ui. The build fails on calling vite in the build script of the workspace member as it has a /usr/bin/env node shebang and is unpatched as a consequence of landing in packages/jaeger-ui/node_modules/vite/bin/vite.js.) 20:31:25
2 Sep 2025
@stephen:crabsin.spacen3tcat joined the room.18:18:22
@stephen:crabsin.spacen3tcat changed their display name from Stephen D to n3tcat.18:28:47
@stephen:crabsin.spacen3tcat hai :3 I'm trying to package an npm package that depends on another npm package that itself downloads a binary. I am building that binary and want to put it into node_modules but I'm finding it's getting blown out. Here's my package.nix: https://github.com/scd31/tileserver-gl/blob/nix/nix/package.nix 18:31:52
@stephen:crabsin.spacen3tcat Wondering if anyone knows the semantics of buildNpmPackage, i.e. where it would be getting removed 18:32:14
@marie:marie.cologneMariehave you tried using preBuild instead of prePatch?18:35:20
@stephen:crabsin.spacen3tcat If I do, then it falls over in the patchPhase with tileserver-gl> npm error request to https://github.com/maplibre/maplibre-native/releases/download/node-v6.2.0/node-v127-linux-x64-Release.tar.gz failed, reason: getaddrinfo EAI_AGAIN github.com 18:37:13
@marie:marie.cologneMarie try npmFlags = [ "--ignore-scripts" ]; 18:40:58
@stephen:crabsin.spacen3tcattrying nw18:41:57
@stephen:crabsin.spacen3tcat* trying now18:41:59
@stephen:crabsin.spacen3tcat* trying now18:42:01
@stephen:crabsin.spacen3tcatoh shit it seems to be doing things18:43:06
@stephen:crabsin.spacen3tcatayyy making progress!18:45:07
@stephen:crabsin.spacen3tcattytyty ily marie18:45:09
@stephen:crabsin.spacen3tcatactually I think I was a big premature. I think that breaks node sqlite18:49:41
@stephen:crabsin.spacen3tcat okay so it's still running but what seems to work is npm rebuild --ignore-scripts follows by the ln -s thing followed by npm rebuild 19:05:02
@stephen:crabsin.spacen3tcatomg is worked19:16:08
@stephen:crabsin.spacen3tcatmeowwwwwwwwwwww19:16:12
@charles:computer.surgeryCharles joined the room.19:35:04
@charles:computer.surgeryCharlesare general typescript/javascript + nix questions okay here or is this room strictly nodejs?19:40:15
@charles:computer.surgeryCharlesor uh i guess maybe i don't know what actually "nodejs" is considered to mean19:41:20
@charles:computer.surgeryCharles

i'll just ask the question: i help maintain this out-of-tree package here https://git.afnix.fr/afnix/nix-zulip and somewhere between c58ada2eda15d0576e9a2ad74bd8f2318509a40f and 20075955deac2583bb12f07151c2df830ef346b4 of nixpkgs, the build started failing with this error despite nothing in this repository changing:

+ ./tools/webpack --quiet
[webpack-cli] Failed to load '/build/zulip/web/webpack.config.ts' config
[webpack-cli] ReferenceError: exports is not defined in ES module scope
    at file:///build/zulip/web/webpack.config.ts:3:23
    at ModuleJobSync.runSync (node:internal/modules/esm/module_job:450:37)
    at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:429:47)
    at loadESMFromCJS (node:internal/modules/cjs/loader:1519:24)
    at Module._compile (node:internal/modules/cjs/loader:1670:5)
    at Module._compile (/build/zulip/node_modules/.pnpm/pirates@4.0.6/node_modules/pirates/lib/index.js:117:24)
    at node:internal/modules/cjs/loader:1820:10
    at Object.newLoader [as .ts] (/build/zulip/node_modules/.pnpm/pirates@4.0.6/node_modules/pirates/lib/index.js:121:7)
    at Module.load (node:internal/modules/cjs/loader:1423:32)
    at Function._load (node:internal/modules/cjs/loader:1246:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Module.require (node:internal/modules/cjs/loader:1445:12)
    at require (node:internal/modules/helpers:135:16)
    at WebpackCLI.tryRequireThenImport (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:225:30)
    at loadConfigByPath (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:1390:38)
    at WebpackCLI.loadConfig (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:1490:44)
    at WebpackCLI.createCompiler (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:1755:33)
    at WebpackCLI.runWebpack (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:1851:31)
    at Command.<anonymous> (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:920:32)
    at Command.listener [as _actionHandler] (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:542:17)
    at /build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1502:14
    at Command._chainOrCall (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1386:12)
    at Command._parseCommand (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1501:27)
    at /build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1265:27
    at Command._chainOrCall (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1386:12)
    at Command._dispatchSubcommand (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1261:25)
    at Command._parseCommand (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1457:19)
    at Command.parseAsync (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1092:16)
    at Command.<anonymous> (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:1340:32)
    at Command.parseAsync (/build/zulip/node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1092:5)
    at WebpackCLI.run (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/webpack-cli.js:1344:9)
    at runCLI (/build/zulip/node_modules/.pnpm/webpack-cli@6.0.1_webpack-dev-server@5.2.0_webpack@5.98.0/node_modules/webpack-cli/lib/bootstrap.js:8:9)

Subcommand of ./tools/update-prod-static failed with exit status 2: ./tools/webpack --quiet
Actual error output for the subcommand is just above this.

and i'm curious if anyone knows off the top of their head what this is about/how to fix it

19:42:50
@charles:computer.surgeryCharles src would be https://github.com/zulip/zulip/tree/10.4 19:43:33
@marie:marie.cologneMariemaybe this? https://github.com/nodejs/node/issues/5936420:03:37
@marie:marie.cologneMarieconsidering c58ada2eda15d0576e9a2ad74bd8f2318509a40f has node 22.18.020:03:49
@aidalgol:tchncs.de@aidalgol:tchncs.de joined the room.21:55:39
@charles:computer.surgeryCharlesoh good find, yeah that seems likely: https://github.com/zulip/zulip/blob/10.4/tools/webpack#L1823:23:23
@charles:computer.surgeryCharles* oh good find, yeah that seems pluasible: https://github.com/zulip/zulip/blob/10.4/tools/webpack#L1823:23:36
@charles:computer.surgeryCharles hmm, changing it to --no-... or just commenting that out doesn't seem to fix it 23:28:03
@charles:computer.surgeryCharlessame error all three ways23:28:44

Show newer messages


Back to Room ListRoom Version: 6