| 7 Jun 2023 |
Pol | npm lock doesn't exists. | 12:57:01 |
Pol | I guess npm i --package-lock-only ? | 12:58:11 |
Lily Foster | In reply to @drupol:matrix.org I guess npm i --package-lock-only ? Oh yeah, that (had it mixed up with another tool at the time) | 12:59:19 |
Pol | No problem. | 12:59:29 |
Lily Foster | You can also --ignore-scripts to reduce install side effects as well | 12:59:37 |
Pol | It's a dead end anyway, npm ERR! Unsupported URL Type "workspace:": workspace:commons | 12:59:43 |
Lily Foster | In reply to @drupol:matrix.org It's a dead end anyway, npm ERR! Unsupported URL Type "workspace:": workspace:commons Oh, lovely. I guess yarn berry supports workspace: specs now? Seems odd given I don't think npm can do that | 13:00:51 |
Pol | yeah... I think it's specific to yarn indeed. | 13:01:11 |
Lily Foster | I still don't have too much experience with yarn. I was hoping to get my open fetchYarnDeps PRs merged, get buildYarnPackage merged, and then look at what will be required for yarn berry support (spare time has just been in incredibly limited supply though...) | 13:02:26 |
Pol | No problem. Thanks anyway | 13:02:54 |
| 9 Jun 2023 |
hexa | 😭 | 14:42:23 |
hexa | https://github.com/matrix-org/matrix-appservice-irc/commit/a6207b92adb9c047598070b15b9ff12e1ec2f0b8 | 14:42:42 |
hexa | hi, we're using a yarn.lock now | 14:42:49 |
hexa | (╯°□°)╯︵ ┻━┻ | 14:44:27 |
hexa |
This also moves us onto yarn, to be in line with the rest of our ecosystem.
| 14:45:21 |
raitobezarius | :DDDDDDD | 15:30:30 |
raitobezarius | yes fetchYarnDeps / fixup_yarn_lock broke again | 16:01:58 |
raitobezarius | success Set "yarn-offline-mirror" to "/nix/store/nmcpyykzzg7gdxyv3f2gfv9sbchsshcr-offline".
Done in 0.02s.
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
error Couldn't find any versions for "chartjs-adapter-moment" that matches "1.0.1" in our cache (possible versions are ""). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue.
| 16:02:02 |
raitobezarius | ugh | 16:02:04 |
raitobezarius | furthermore:
❯ ls /nix/store/nmcpyykzzg7gdxyv3f2gfv9sbchsshcr-offline/chartjs_adapter_moment*
/nix/store/nmcpyykzzg7gdxyv3f2gfv9sbchsshcr-offline/chartjs_adapter_moment___chartjs_adapter_moment_1.0.1.tgz
| 16:03:51 |
Lily Foster | In reply to @raitobezarius:matrix.org yes fetchYarnDeps / fixup_yarn_lock broke again fixup_yarn_lock was already broke. That's why I have an open PR for a new impl that's coupled with prefetch-yarn-deps | 16:09:33 |
Lily Foster | (fixup_yarn_lock is from yarn2nix too...) | 16:09:46 |
raitobezarius | I better invest time into reviewing your stuff and helping you I guess | 16:09:51 |
Lily Foster | It would be appreciate 😅
I wish I had more time to invest in to stuff | 16:10:15 |
Lily Foster | * It would be appreciated 😅
I wish I had more time to invest in to stuff | 16:10:19 |
Lily Foster | That one was waiting on a review from yureka I think (it's been a while now) but they've probably been a bit busy | 16:11:18 |
Lily Foster | * That one was waiting on a review from yureka I think (it's been a while now) but she's probably been a bit busy | 16:11:32 |
raitobezarius | Hm, I'm getting the same error with the fixup of prefetch-yarn-deps unfortunately | 16:14:36 |
Lily Foster | Hmmm can you share derivation? I'll try to poke at it later | 16:15:31 |
raitobezarius | yeah sure | 16:15:57 |