| 9 Nov 2023 |
Lily Foster | maybe just change this line: https://gist.github.com/szucsitg/70fe7ca82c51d30208595cd04b8bd7c5#file-package-json-L5 | 16:46:15 |
Lily Foster | to git+https://... | 16:46:19 |
Lily Foster | In reply to @szucsitg:matrix.org Thanks for debugging. I was looking through the yarn2nix code, and I think I found a work around. Use the tag's source tar.gz from github Those tarballs aren't exactly guaranteed to never change (and indeed they have in the past) so that might explode some dahy | 16:46:54 |
Lily Foster | In reply to @szucsitg:matrix.org Thanks for debugging. I was looking through the yarn2nix code, and I think I found a work around. Use the tag's source tar.gz from github * Those tarballs aren't exactly guaranteed to never change (and indeed they have in the past) so that might explode some day | 16:46:55 |
Lily Foster | Letting yarn2nix download it as a git repo is probably better | 16:47:05 |
Lily Foster | And it looks like they should support git+https://github.com/duosecurity/duo_web_sdk.git#v2.9 correctly | 16:47:29 |
szucsitg | Let me try this | 16:48:02 |
szucsitg | It's working π₯³ now i can continue fixing missing package references in our own packages π
| 16:55:39 |
szucsitg | Thanks again for your help π | 16:55:48 |
Lily Foster | oh good! glad it was that easy to fix | 16:58:37 |
szucsitg | The next one will be more difficult because our own packages are not in the lock file | 17:02:30 |
| 10 Nov 2023 |
Janne HeΓ | Soooo Lily Foster I found my issue. The lock file was too old. Is this issue known in nix-prefetch-npm? | 09:11:03 |