Nix NodeJS | 191 Members | |
| 57 Servers |
| Sender | Message | Time |
|---|---|---|
| 16 Aug 2025 | ||
| 14:25:09 | ||
| 14:30:02 | ||
| 29 Aug 2025 | ||
| 00:36:22 | ||
| 383256 | 00:36:35 | |
| * https://github.com/NixOS/nixpkgs/pull/383256 I'd love to commit this can i get a reviewer | 00:37:16 | |
| 19:29:31 | ||
| 30 Aug 2025 | ||
| Hey, does anyone know the recommended way to run
| 20:26:54 | |
(for context, I'm packaging jaeger-ui and they only include vite and some other deps as devDependencies of the workspace memeber packages/jaeger-ui. The build fails on calling vite in the build script of the workspace memeber 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:29:27 | |
| * Hey, does anyone know the recommended way to run
| 20:30:54 | |
| * Hey, does anyone know the recommended way to run
| 20:31:06 | |
* (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 | ||
| 18:18:22 | ||
| 18:28:47 | ||
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 | |
Wondering if anyone knows the semantics of buildNpmPackage, i.e. where it would be getting removed | 18:32:14 | |
| have you tried using preBuild instead of prePatch? | 18:35:20 | |
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 | |
try npmFlags = [ "--ignore-scripts" ]; | 18:40:58 | |
| trying nw | 18:41:57 | |
| * trying now | 18:41:59 | |
| * trying now | 18:42:01 | |
| oh shit it seems to be doing things | 18:43:06 | |
| ayyy making progress! | 18:45:07 | |
| tytyty ily marie | 18:45:09 | |
| actually I think I was a big premature. I think that breaks node sqlite | 18:49:41 | |
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 | |
| omg is worked | 19:16:08 | |
| meowwwwwwwwwwww | 19:16:12 | |
| 19:35:04 | ||
| are general typescript/javascript + nix questions okay here or is this room strictly nodejs? | 19:40:15 | |