rtritto
rtritto
Closed by #1563
@BlackthornYugen what do you think about this changes?
So we must maintain and update both `yarn.lock` and `package-lock.json` files. For instance, we can use a preinstall script, that use logics based on package manager used (imo we need...
For the feature that update (handle) lock files, I created this WIP https://github.com/mongo-express/mongo-express/tree/update-lock-files Can anyone review this PR?
After rebasing with master branch, during the build step: ```console Run yarn build yarn build shell: /usr/bin/bash -e {0} Usage Error: Couldn't find the node_modules state file - running an...
I did a test updating yarn to v4.3.1 and the build still fails
FYI @xTudoS @shakaran @BlackthornYugen
It works with Node v22.3.0 and fails with Node v22.5.0
The issue is with Node v22.5.0 It works with Node v22.3.0, v22.4.0 and v22.4.1 I'm investigating
Changelog [Node v22.5.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#2024-07-17-version-2250-current-rafaelgss-prepared-by-aduh95)