Nix NodeJS | 209 Members | |
| 60 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 Dec 2023 | ||
| send a PR? | 19:04:37 | |
| * send the PR? | 19:04:41 | |
| it's your change after all | 19:04:48 | |
In reply to @hexa:lossy.networki mean, sure. give me a bit and i'll send it when i'm back at my laptop. i got a few other nodejs_20 fallout things i was gonna PR when i got back to my desk too | 19:05:52 | |
| does the builder provide python by itself? | 19:05:55 | |
In reply to @hexa:lossy.networkit does now, yes | 19:06:01 | |
| ok, cool | 19:06:05 | |
| lgtm | 19:06:07 | |
| and xcbuild on darwin | 19:06:09 | |
| since those were both in build closure already anyway and like they're both needed for basically any node-gyp packages | 19:06:34 | |
In reply to @hexa:lossy.networkapologies for taking a bit. here's PR: https://github.com/NixOS/nixpkgs/pull/274063 | 20:43:07 | |
| 15 Dec 2023 | ||
| 01:20:02 | ||
| Hi, I currently try to package a Hugo site which uses BabelJS to transpile the JS to a more commonly compatible format. While having success with other Javascript frontend frameworks, I always get the following error while trying to build the site:
Note, that this does not happen when building in a nix shell. This is how my current flake looks like.
Dont be bothered by some imports, they are just the result of some tests. The sources can be found here: https://git.darmstadt.ccc.de/cda/chaos-darmstadt.de/-/tree/nix-flakes I really hop to find some suggestions here since I spent the whole evening googling for similar problems without success. thx in advance :) | 01:36:33 | |
| From watching the build output, this problem occurs when executing the hugo build. This occurs installing the npm modules inside the buildscript as well as using npmlock2nix or buildNpmModule | 01:37:35 | |
In reply to @avocadoom:avocadoom.dethat error isn't the real one. that is just npm trying to log the errors above it and failing to. can you share the whole build log? | 01:39:12 | |