Nix NodeJS | 209 Members | |
| 60 Servers |
| Sender | Message | Time |
|---|---|---|
| 10 Oct 2023 | ||
In reply to @drupol:matrix.orgBusted upstream lockfile. Yallist is missing integrity/resolved fields :( | 10:29:35 | |
| I do still have a half-written local branch to refactor lockfile fixup enough for allowing injecting that info, but I've been too preoccupied for the last month or two fixing stuff to finish that | 10:30:26 | |
| I found this the other day if you wanted to PR to upstream a fixed lockfile: https://github.com/jeslie0/npm-lockfile-fix (and you could then fetchpatch it just fine) | 10:33:35 | |
| Thanks :) I'll might probably open a PR against the upstream project | 11:42:04 | |
| Lily Foster: i ran some tests over night, 1000 runs without a failure | 11:55:25 | |
| Lovely. I'll bug someone to review+merge the PR probably today or tomorrow | 11:56:01 | |
| Although I did have one tweak i wanted to do to the function name to indicate it's slightly different purpose now | 11:56:50 | |
| So i'll probably push that (mostly cosmetic/semantic) change later today | 11:57:07 | |
| 11 Oct 2023 | ||
| 12:37:08 | ||
| 12:38:38 | ||
| 14:25:16 | ||
| 20:37:18 | ||
| 12 Oct 2023 | ||
| 07:57:03 | ||
| Making progress with mkYarnPackage, but now I'm stuck with a dir
| 12:02:21 | |
| oh wait I just had to override installPhase, nvm | 12:05:40 | |
| hi, i am trying to package nativescript-cli with buildNpmPackage, i get an error
checking the repo, | 12:47:52 | |
In reply to @jfvillablanca:matrix.orgCan you share full log? That copy is already done for your in unpackPhase | 12:52:04 | |
| https://pastebin.com/0MsCVDKv there are some weird characters in there, maybe from the redirect to the log file | 12:57:26 | |
| This is the more relevant error:
| 13:02:06 | |
Can you get another log with npmFlags = [ "--loglevel=verbose" ] on the derivation? | 13:04:15 | |
| https://pastebin.com/d4mbWiS7 | 13:12:20 | |
| 13 Oct 2023 | ||
| 10:27:20 | ||
| So the last couple of days I've been trying to package the statics website generated from an npm process, but I keep getting the error: | 14:02:58 | |
| Lily Foster Is this still due to that PR you've been waiting on? | 14:03:13 | |
| Looks like it, that's at least the same error code | 14:08:08 | |
| I hope so, because I've been slamming my head against the wall with learning this process the last couple of days ^^; might have to upload my flake and nix files just to make sure it isn't my sucky programming "skills". | 14:12:01 | |
| What channel are you on? | 14:12:57 | |
| Oh the fix hasn't hit unstable yet anyway | 14:13:35 | |
| https://nixpk.gs/pr-tracker.html?pr=260011 | 14:13:39 | |
| That's the one ^^; guess I gotta wait a lil bit. | 14:14:06 | |