!NhAsaYbbgmzHtXTPQJ:funklause.de

Nix NodeJS

210 Members
60 Servers

Load older messages


SenderMessageTime
17 May 2023
@hexa:lossy.networkhexa

npm install --package-lock

22:17:44
@lily:lily.flowersLily Fosternpm is pretty hecked22:17:48
@hexa:lossy.networkhexathat did nothing to the lock file22:18:02
@lily:lily.flowersLily Foster
In reply to @hexa:lossy.network

npm install --package-lock

The problem is that won't fix it by default. Only remedy I'm aware of is deleting and relocking everything
22:18:12
@hexa:lossy.networkhexaoh ok22:18:19
@lily:lily.flowersLily Foster(if npm fixed it up during install then it wouldn't be such a problem)22:18:26
@lily:lily.flowersLily Foster(because eventually all of those missing details would be filled in and the updated lockfiles would get committed)22:18:44
@lily:lily.flowersLily FosterWe could probably check for this case, though, and produce a better error message22:19:00
@hexa:lossy.networkhexaplease 😄22:19:15
@lily:lily.flowersLily FosterHmmm I'll add that to the todo list: a message that says "please bug upstream to recreate their lockfile, it's horribly busted and will not work"22:19:31
@hexa:lossy.networkhexaehhk, it uses different versions for things now22:20:05
@hexa:lossy.networkhexanot surprising, but still22:20:25
@lily:lily.flowersLily FosterActually.... once https://github.com/NixOS/nixpkgs/pull/206477 is merged, we will be doing deep lockfile fixup anyway and we now actually map that fixup from the cache. So we could possibly cache registry deps that end up like this and let the fixup add the hash22:20:39
@lily:lily.flowersLily FosterHmmmmm22:20:40
@hexa:lossy.networkhexalol 😄22:21:03
@lily:lily.flowersLily FosterI'll think on that and report back at a later time. I need a computer break now22:21:13
@hexa:lossy.networkhexa
    "make/node_modules/p-map": {
      "version": "4.0.0",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "aggregate-error": "^3.0.0"
      },
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
22:21:15
@hexa:lossy.networkhexa *
    "make/node_modules/p-map": {
      "version": "4.0.0",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "aggregate-error": "^3.0.0"
      },
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
22:21:19
@hexa:lossy.networkhexathis is going great22:21:21
@lily:lily.flowersLily FosterI wonder if you delete just that one dep entirely from the lockfile and relock if it would add it correctly22:30:02
@hexa:lossy.networkhexadoes not readd it 😄22:37:05
@lily:lily.flowersLily Foster I just pushed the https://github.com/lilyinstarlight/nixpkgs/tree/feature/npm-workspaces branch which distills out the npm workspace handling from the bitwarden-cli PR and makes it friendlier to users of npmHooks that are not using buildNpmPackage 22:52:52
@lily:lily.flowersLily FosterI'll do testing at some point and make a PR22:52:58
19 May 2023
@hexa:lossy.networkhexanodejs 14/16 are now marked eol15:12:09
@denbrahe:matrix.orgdenbrahe Lily Foster: were you able to work on a solution for retrying package downloads with buildNpmPackage and prefetch-npm-deps already? 16:12:32
@lily:lily.flowersLily Foster
In reply to @denbrahe:matrix.org
Lily Foster: were you able to work on a solution for retrying package downloads with buildNpmPackage and prefetch-npm-deps already?

Yes I've worked on it. I actually found that switching out the ureq library that prefetch-npm-deps is using with something else (e.g. minreq) caused the issues to stop occuring for me

We were wanting to have it use isahc instead, but that library was giving us issues with certs for some reason that I haven't had the time to dive into yet

I'll let you know when we have more, because the random request failures on poor internet connections thing is annoying

16:58:33
@denbrahe:matrix.orgdenbraheOh, that sounds great! Let me know if I can help with testing or something else!17:01:06
21 May 2023
@hexa:lossy.networkhexahow are we progressing on the npm PRs? branch-off is now really close14:20:18
@lily:lily.flowersLily Fosterhttps://github.com/NixOS/nixpkgs/pull/206477 is still ready for review and I planned to get back to the npmRoot PR today14:23:22
@lily:lily.flowersLily Foster(Probably in ~3-4 hours)14:23:43

Show newer messages


Back to Room ListRoom Version: 6